Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
fmt_ver: 12.2.0
fmt_commit: 1be298e1bd68957e4cd352e1f676f00e07dcfb57
opencolorio_ver: v2.5.2
openexr_ver: v3.4.14
openexr_ver: v3.4.15
pybind11_ver: v3.1.0
python_ver: "3.12"
oiio_python_bindings_backend: both
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
fmt_ver: 12.2.0
fmt_commit: 1be298e1bd68957e4cd352e1f676f00e07dcfb57
opencolorio_ver: v2.5.2
openexr_ver: v3.4.14
openexr_ver: v3.4.15
pybind11_ver: v3.1.0
python_ver: "3.12"
oiio_python_bindings_backend: both
Expand All @@ -504,7 +504,7 @@ jobs:
fmt_ver: 12.2.0
fmt_commit: 1be298e1bd68957e4cd352e1f676f00e07dcfb57
opencolorio_ver: v2.5.2
openexr_ver: v3.4.14
openexr_ver: v3.4.15
pybind11_ver: v3.1.0
python_ver: "3.12"
oiio_python_bindings_backend: both
Expand Down
2 changes: 1 addition & 1 deletion src/build-scripts/build_openexr.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -ex

# Which OpenEXR to retrieve, how to build it
OPENEXR_REPO=${OPENEXR_REPO:=https://github.com/AcademySoftwareFoundation/openexr.git}
OPENEXR_VERSION=${OPENEXR_VERSION:=v3.3.5}
OPENEXR_VERSION=${OPENEXR_VERSION:=v3.4.15}

# Where to install the final results
LOCAL_DEPS_DIR=${LOCAL_DEPS_DIR:=${PWD}/ext}
Expand Down
4 changes: 2 additions & 2 deletions src/cmake/build_Imath.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Imath by hand!
######################################################################

set_cache (Imath_BUILD_VERSION 3.1.10 "Imath version for local builds")
set_cache (Imath_BUILD_VERSION 3.2.3 "Imath version for local builds")
set (Imath_GIT_REPOSITORY "https://github.com/AcademySoftwareFoundation/Imath")
set (Imath_GIT_TAG "v${Imath_BUILD_VERSION}")
set (Imath_GIT_COMMIT "9fe5ed213cd99237976f2eb48b8bf86e112d90fa")
set (Imath_GIT_COMMIT "5f27ba266d3ea1565e912570c30b5eafc89959f1")
set_cache (Imath_BUILD_SHARED_LIBS ${LOCAL_BUILD_SHARED_LIBS_DEFAULT}
DOC "Should a local Imath build, if necessary, build shared libraries" ADVANCED)

Expand Down
4 changes: 2 additions & 2 deletions src/cmake/build_OpenEXR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# https://github.com/AcademySoftwareFoundation/OpenImageIO


set_cache (OpenEXR_BUILD_VERSION 3.3.5 "OpenEXR version for local builds")
set_cache (OpenEXR_BUILD_VERSION 3.4.15 "OpenEXR version for local builds")
set (OpenEXR_GIT_REPOSITORY "https://github.com/AcademySoftwareFoundation/OpenEXR")
set (OpenEXR_GIT_TAG "v${OpenEXR_BUILD_VERSION}")
set (OpenEXR_GIT_COMMIT "6661cb40c6fa8d332f142e660e25ac96675c15bd")
set (OpenEXR_GIT_COMMIT "e71cdd5d30a146dcb56c5e4c576d9e9d3c45f4fb")
set_cache (OpenEXR_BUILD_SHARED_LIBS ${LOCAL_BUILD_SHARED_LIBS_DEFAULT}
DOC "Should a local OpenEXR build, if necessary, build shared libraries" ADVANCED)

Expand Down
Loading