File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
share/ci/install_manifest Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 # Pre-install OpenJPH so the builds validate finding the external installation
189189 if : inputs.OPENEXR_FORCE_INTERNAL_OPENJPH == 'OFF' && inputs.msystem == ''
190190 run : |
191- share/ci/scripts/install_openjph.sh 0.21.4
191+ share/ci/scripts/install_openjph.sh 0.21.5
192192 echo "OPENEXR_PATH=$OPENEXR_PATH:$PROGRAM_FILES/openjph/bin:$PROGRAM_FILES/openjph/lib" >> $GITHUB_ENV
193193 shell : bash
194194
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ archive_override(
3939 "//bazel:openjph_add_build_file.patch" ,
4040 "//bazel:openjph_module_dot_bazel.patch" ,
4141 ],
42- strip_prefix = "OpenJPH-0.21.4 " ,
43- urls = ["https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.4 .zip" ],
42+ strip_prefix = "OpenJPH-0.21.5 " ,
43+ urls = ["https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.5 .zip" ],
4444)
Original file line number Diff line number Diff line change 33@@ -0,0 +1,8 @@
44+ module(
55+ name = "openjph",
6- + version = "0.21.4 ",
6+ + version = "0.21.5 ",
77+ compatibility_level = 1,
88+ )
99+
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 "0.21.4 " CACHE STRING "OpenJPH git repo tag" )
260+ set (OPENEXR_OPENJPH_TAG "0.21.5 " CACHE STRING "OpenJPH git repo tag" )
261261
262262if (NOT OPENEXR_FORCE_INTERNAL_OPENJPH)
263263 find_package (openjph 0.21 CONFIG QUIET )
@@ -305,7 +305,6 @@ if(NOT EXR_OPENJPH_LIB)
305305 POSITION_INDEPENDENT_CODE ON
306306 RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR} /bin"
307307 )
308- set_source_files_properties ("${openjph_SOURCE_DIR} /src/core/common/coding/ojph_block_encoder_avx512.cpp" PROPERTIES COMPILE_FLAGS "-mavx512f -mavx512cd" )
309308 include_directories ("${openjph_SOURCE_DIR} /src/core/common" )
310309
311310 set (EXR_OPENJPH_LIB openjph)
Original file line number Diff line number Diff line change @@ -231,5 +231,5 @@ lib64/cmake/openjph/openjph-config.cmake
231231lib64/cmake/openjph/openjph-config-version.cmake
232232lib64/libopenjph.so
233233lib64/libopenjph.so.0.21
234- lib64/libopenjph.so.0.21.4
234+ lib64/libopenjph.so.0.21.5
235235lib64/pkgconfig/openjph.pc
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ lib/cmake/openjph/openjph-targets-release.cmake
229229lib/cmake/openjph/openjph-targets.cmake
230230lib/cmake/openjph/openjph-config.cmake
231231lib/cmake/openjph/openjph-config-version.cmake
232- lib/libopenjph.0.21.4 .dylib
232+ lib/libopenjph.0.21.5 .dylib
233233lib/libopenjph.0.21.dylib
234234lib/libopenjph.dylib
235235lib/pkgconfig/openjph.pc
You can’t perform that action at this time.
0 commit comments