Skip to content

Commit

Permalink
ci:Test against OCIO 2.4 (AcademySoftwareFoundation#4467) and OpenEXR…
Browse files Browse the repository at this point in the history
… 3.3 (AcademySoftwareFoundation#4466)

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Oct 1, 2024
1 parent 923278a commit aa6d556
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit aa6d556

Please sign in to comment.