File tree Expand file tree Collapse file tree 8 files changed +18
-15
lines changed
share/ci/install_manifest Expand file tree Collapse file tree 8 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 8989 - name : Install OpenJPH
9090 # Pre-install OpenJPH so the builds validate finding the external installation
9191 if : ${{ inputs.OPENEXR_FORCE_INTERNAL_OPENJPH == 'OFF' }}
92- run : share/ci/scripts/install_openjph.sh 0.21.0
92+ run : share/ci/scripts/install_openjph.sh 0.21.2
9393 shell : bash
9494
9595 - name : Install help2man
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ archive_override(
3838 "//bazel:openjph_add_build_file.patch" ,
3939 "//bazel:openjph_module_dot_bazel.patch" ,
4040 ],
41- strip_prefix = "OpenJPH-0.21.0 " ,
42- urls = ["https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.0 .zip" ],
41+ strip_prefix = "OpenJPH-0.21.2 " ,
42+ urls = ["https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.2 .zip" ],
4343)
Original file line number Diff line number Diff line change 33@@ -0,0 +1,8 @@
44+ module(
55+ name = "openjph",
6- + version = "0.21.0 ",
6+ + version = "0.21.2 ",
77+ compatibility_level = 1,
88+ )
99+
10- + bazel_dep(name = "rules_cc", version = "0.1.0 ")
10+ + bazel_dep(name = "rules_cc", version = "0.1.1 ")
1111+ bazel_dep(name = "rules_license", version = "1.0.0")
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ message(STATUS "Locating OpenJPH")
307307option (OPENEXR_FORCE_INTERNAL_OPENJPH "Force downloading OpenJPH from a git repo" OFF )
308308
309309set (OPENEXR_OJPH_REPO "https://github.com/aous72/OpenJPH.git" CACHE STRING "OpenJPH Git repo URI" )
310- set (OPENEXR_OJPH_TAG "0.21.0 " CACHE STRING "OpenJPH Git repo tag" )
310+ set (OPENEXR_OJPH_TAG "0.21.2 " CACHE STRING "OpenJPH Git repo tag" )
311311
312312if (NOT OPENEXR_FORCE_INTERNAL_OPENJPH)
313313 find_package (openjph 0.21 QUIET )
Original file line number Diff line number Diff line change @@ -224,10 +224,11 @@ include/openjph/ojph_mem.h
224224include/openjph/ojph_message.h
225225include/openjph/ojph_params.h
226226include/openjph/ojph_version.h
227- lib/cmake/openjph/openjph-config-release.cmake
227+ lib/cmake/openjph/openjph-targets-release.cmake
228+ lib/cmake/openjph/openjph-targets.cmake
228229lib/cmake/openjph/openjph-config.cmake
229- lib/cmake/openjph/openjph-configVersion .cmake
230- lib/libopenjph.0.21.0 .dylib
230+ lib/cmake/openjph/openjph-config-version .cmake
231+ lib/libopenjph.0.21.2 .dylib
231232lib/libopenjph.0.21.dylib
232233lib/libopenjph.dylib
233234lib/pkgconfig/openjph.pc
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ lib/libOpenEXRUtil-$MAJOR_$MINOR.$SOVERSION.dylib
182182lib/libOpenEXRUtil-$MAJOR_$MINOR.dylib
183183lib/libOpenEXRUtil.dylib
184184lib/pkgconfig/OpenEXR.pc
185- lib/libopenjph.0.21.0 .dylib
185+ lib/libopenjph.0.21.2 .dylib
186186lib/libopenjph.0.21.dylib
187187lib/libopenjph.dylib
188188lib/pkgconfig/openjph.pc
Original file line number Diff line number Diff line change @@ -224,10 +224,11 @@ include/openjph/ojph_mem.h
224224include/openjph/ojph_message.h
225225include/openjph/ojph_params.h
226226include/openjph/ojph_version.h
227- lib64/cmake/openjph/openjph-config-release.cmake
227+ lib64/cmake/openjph/openjph-targets-release.cmake
228+ lib64/cmake/openjph/openjph-targets.cmake
228229lib64/cmake/openjph/openjph-config.cmake
229- lib64/cmake/openjph/openjph-configVersion .cmake
230+ lib64/cmake/openjph/openjph-config-version .cmake
230231lib64/libopenjph.so
231232lib64/libopenjph.so.0.21
232- lib64/libopenjph.so.0.21.0
233+ lib64/libopenjph.so.0.21.2
233234lib64/pkgconfig/openjph.pc
Original file line number Diff line number Diff line change @@ -213,8 +213,9 @@ include/openjph/ojph_mem.h
213213include/openjph/ojph_message.h
214214include/openjph/ojph_params.h
215215include/openjph/ojph_version.h
216- lib/cmake/openjph/openjph-config-release.cmake
216+ lib/cmake/openjph/openjph-targets-release.cmake
217+ lib/cmake/openjph/openjph-targets.cmake
217218lib/cmake/openjph/openjph-config.cmake
218- lib/cmake/openjph/openjph-configVersion .cmake
219+ lib/cmake/openjph/openjph-config-version .cmake
219220lib/openjph.0.21.lib
220221lib/pkgconfig/openjph.pc
You can’t perform that action at this time.
0 commit comments