File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ set(OPENEXR_VERSION_API "${OpenEXR_VERSION_MAJOR}_${OpenEXR_VERSION_MINOR}")
4343# For example, in "libOpenEXR.so.31.3.2.0", "libOpenEXR.so.31" is the SONAME
4444# and ".3.2.0" identifies the corresponding library release.
4545
46- set (OPENEXR_LIB_SOVERSION 99 )
46+ set (OPENEXR_LIB_SOVERSION 33 )
4747set (OPENEXR_LIB_VERSION "${OPENEXR_LIB_SOVERSION} .${OPENEXR_VERSION} " ) # e.g. "31.3.2.0"
4848
4949if (OPENEXR_INSTALL OR OPENEXR_INSTALL_TOOLS OR OPENEXR_INSTALL_DEVELOPER_TOOLS)
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ endif()
257257
258258option (OPENEXR_FORCE_INTERNAL_OPENJPH "Force downloading OpenJPH from a git repo" OFF )
259259set (OPENEXR_OPENJPH_REPO "https://github.com/aous72/OpenJPH.git" CACHE STRING "OpenJPH git repo URI" )
260- set (OPENEXR_OPENJPH_TAG "master " CACHE STRING "OpenJPH git repo tag" )
260+ set (OPENEXR_OPENJPH_TAG "0.22.0 " CACHE STRING "OpenJPH git repo tag" )
261261
262262if (NOT OPENEXR_FORCE_INTERNAL_OPENJPH)
263263 find_package (openjph CONFIG QUIET )
@@ -337,7 +337,7 @@ set(EXR_OPENJPH_PKGCONFIG_REQUIRES "openjph >= 0.21.0")
337337option (OPENEXR_FORCE_INTERNAL_IMATH "Force using an internal imath" OFF )
338338# Check to see if Imath is installed outside of the current build directory.
339339set (OPENEXR_IMATH_REPO "https://github.com/AcademySoftwareFoundation/Imath.git" CACHE STRING "Repo for auto-build of Imath" )
340- set (OPENEXR_IMATH_TAG "main " CACHE STRING "Tag for auto-build of Imath (branch, tag, or SHA)" )
340+ set (OPENEXR_IMATH_TAG "v3.2.1 " CACHE STRING "Tag for auto-build of Imath (branch, tag, or SHA)" )
341341if (NOT OPENEXR_FORCE_INTERNAL_IMATH)
342342 #TODO: ^^ Release should not clone from main, this is a place holder
343343 set (CMAKE_IGNORE_PATH "${CMAKE_CURRENT_BINARY_DIR} /_deps/imath-src/config;${CMAKE_CURRENT_BINARY_DIR} /_deps/imath-build/config" )
You can’t perform that action at this time.
0 commit comments