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
2 changes: 1 addition & 1 deletion src/build-scripts/build_openjph.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -ex

# Repo and branch/tag/commit of openjph to download if we don't have it yet
OPENJPH_REPO=${OPENJPH_REPO:=https://github.com/aous72/OpenJPH.git}
OPENJPH_VERSION=${OPENJPH_VERSION:=0.31.0}
OPENJPH_VERSION=${OPENJPH_VERSION:=0.32.0}

# Where to put openjph repo source (default to the ext area)
LOCAL_DEPS_DIR=${LOCAL_DEPS_DIR:=${PWD}/ext}
Expand Down
4 changes: 2 additions & 2 deletions src/cmake/build_openjph.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# SPDX-License-Identifier: Apache-2.0
# https://github.com/AcademySoftwareFoundation/OpenImageIO

set_cache (openjph_BUILD_VERSION 0.31.0 "openjph version for local builds")
set_cache (openjph_BUILD_VERSION 0.32.0 "openjph version for local builds")
set (openjph_GIT_REPOSITORY "https://github.com/aous72/OpenJPH.git")
set (openjph_GIT_TAG "${openjph_BUILD_VERSION}")
set_cache (openjph_GIT_COMMIT "c68064d0e4cad8e96bab9a068f6cc4e7799744fc"
set_cache (openjph_GIT_COMMIT "23c422895ce6c3a156935222e4715ee0b7be952c"
"commit hash to verify tag against")
set_cache (openjph_BUILD_SHARED_LIBS ${LOCAL_BUILD_SHARED_LIBS_DEFAULT}
DOC "Should a local openjph build, if necessary, build shared libraries" ADVANCED)
Expand Down
Loading