Skip to content

Commit 1d4024d

Browse files
committed
Bump OpenJPH to 0.21.5
1 parent ed0160f commit 1d4024d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/ci_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2
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

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.2",
43-
urls = ["https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.2.zip"],
42+
strip_prefix = "OpenJPH-0.21.5",
43+
urls = ["https://github.com/aous72/OpenJPH/archive/refs/tags/0.21.5.zip"],
4444
)

bazel/openjph_module_dot_bazel.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@@ -0,0 +1,8 @@
44
+module(
55
+ name = "openjph",
6-
+ version = "0.21.2",
6+
+ version = "0.21.5",
77
+ compatibility_level = 1,
88
+)
99
+

cmake/OpenEXRSetup.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ endif()
257257

258258
option(OPENEXR_FORCE_INTERNAL_OPENJPH "Force downloading OpenJPH from a git repo" OFF)
259259
set(OPENEXR_OPENJPH_REPO "https://github.com/aous72/OpenJPH.git" CACHE STRING "OpenJPH git repo URI")
260-
set(OPENEXR_OPENJPH_TAG "0.21.3" CACHE STRING "OpenJPH git repo tag")
260+
set(OPENEXR_OPENJPH_TAG "0.21.5" CACHE STRING "OpenJPH git repo tag")
261261

262262
if (NOT OPENEXR_FORCE_INTERNAL_OPENJPH)
263263
find_package(openjph 0.21 CONFIG QUIET)

share/ci/install_manifest/install_manifest.linux.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ lib64/cmake/openjph/openjph-config.cmake
231231
lib64/cmake/openjph/openjph-config-version.cmake
232232
lib64/libopenjph.so
233233
lib64/libopenjph.so.0.21
234-
lib64/libopenjph.so.0.21.3
234+
lib64/libopenjph.so.0.21.5
235235
lib64/pkgconfig/openjph.pc

share/ci/install_manifest/install_manifest.macos.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ lib/cmake/openjph/openjph-targets-release.cmake
229229
lib/cmake/openjph/openjph-targets.cmake
230230
lib/cmake/openjph/openjph-config.cmake
231231
lib/cmake/openjph/openjph-config-version.cmake
232-
lib/libopenjph.0.21.3.dylib
232+
lib/libopenjph.0.21.5.dylib
233233
lib/libopenjph.0.21.dylib
234234
lib/libopenjph.dylib
235235
lib/pkgconfig/openjph.pc

0 commit comments

Comments
 (0)