From aa6d5562a75348379c7ec873d74220c124264ebf Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 1 Oct 2024 07:57:47 -0700 Subject: [PATCH] ci:Test against OCIO 2.4 (#4467) and OpenEXR 3.3 (#4466) Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 14 +++++++------- INSTALL.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2949deea5e..a1db62ce2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -291,21 +291,21 @@ jobs: fail-fast: false matrix: include: - - desc: latest releases gcc12 C++17 avx2 exr3.2 ocio2.3 + - desc: latest releases gcc13 C++17 avx2 exr3.3 ocio2.4 nametag: linux-latest-releases runner: ubuntu-22.04 - cc_compiler: gcc-12 - cxx_compiler: g++-12 + cc_compiler: gcc-13 + cxx_compiler: g++-13 cxx_std: 17 - fmt_ver: 10.1.1 - openexr_ver: v3.2.1 - pybind11_ver: v2.11.1 + fmt_ver: 11.0.2 + openexr_ver: v3.3.0 + pybind11_ver: v2.13.5 python_ver: "3.10" simd: avx2,f16c setenvs: export LIBJPEGTURBO_VERSION=3.0.1 LIBRAW_VERSION=0.21.2 LIBTIFF_VERSION=v4.6.0 - OPENCOLORIO_VERSION=v2.3.2 + OPENCOLORIO_VERSION=v2.4.0 OPENJPEG_VERSION=v2.4.0 PTEX_VERSION=v2.4.2 PUGIXML_VERSION=v1.14 diff --git a/INSTALL.md b/INSTALL.md index 91505aebe7..05b13ea61d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**. * Compilers: gcc 6.1 - 14.1, clang 3.4 - 18, MSVS 2017 - 2019, Intel icc 17+, Intel OneAPI C++ compiler 2022+. * **CMake >= 3.15** (tested through 3.30) - * **OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.2 + * **OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.3 and main) (ADVISORY: We expect that OIIO 2.6 in 2024 will require OpenEXR >= 3.1) * libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6) * libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested @@ -70,7 +70,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**. * If you want support for WebP images: * WebP >= 0.6.1 (tested through 1.4) * If you want support for OpenColorIO color transformations: - * OpenColorIO >= 1.1 (tested through 2.3; 2.0+ is recommended) + * OpenColorIO >= 1.1 (tested through 2.4; 2.0+ is recommended) * If you want support for Ptex: * Ptex >= 2.3.1 (probably works for older; tested through 2.4.2) * If you want to be able to do font rendering into images: