Skip to content

Commit 914f7e1

Browse files
authored
Merge pull request #8365 from radarhere/openjpeg
Removed custom build_openjpeg
2 parents b0d79c8 + 9a42099 commit 914f7e1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ BZIP2_VERSION=1.0.8
3838
LIBXCB_VERSION=1.17.0
3939
BROTLI_VERSION=1.1.0
4040

41-
if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "x86_64" ]]; then
42-
function build_openjpeg {
43-
local out_dir=$(fetch_unpack https://github.com/uclouvain/openjpeg/archive/v$OPENJPEG_VERSION.tar.gz openjpeg-$OPENJPEG_VERSION.tar.gz)
44-
(cd $out_dir \
45-
&& cmake -DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX -DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib . \
46-
&& make install)
47-
touch openjpeg-stamp
48-
}
49-
fi
50-
5141
function build_brotli {
5242
local cmake=$(get_modern_cmake)
5343
local out_dir=$(fetch_unpack https://github.com/google/brotli/archive/v$BROTLI_VERSION.tar.gz brotli-$BROTLI_VERSION.tar.gz)

0 commit comments

Comments
 (0)