You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "$CIBW_ARCHS"=="x86_64" ]] || [[ "$MB_ML_VER"!= 2014 ]];then
20
+
HARFBUZZ_VERSION=9.0.0
21
+
else
22
+
HARFBUZZ_VERSION=8.5.0
23
+
fi
20
24
LIBPNG_VERSION=1.6.43
21
25
JPEGTURBO_VERSION=3.0.3
22
26
OPENJPEG_VERSION=2.5.2
@@ -40,7 +44,7 @@ BROTLI_VERSION=1.1.0
40
44
41
45
if [[ -n"$IS_MACOS" ]] && [[ "$CIBW_ARCHS"=="x86_64" ]];then
42
46
functionbuild_openjpeg {
43
-
local out_dir=$(fetch_unpack https://github.com/uclouvain/openjpeg/archive/v${OPENJPEG_VERSION}.tar.gz openjpeg-${OPENJPEG_VERSION}.tar.gz)
47
+
local out_dir=$(fetch_unpack https://github.com/uclouvain/openjpeg/archive/v$OPENJPEG_VERSION.tar.gz openjpeg-$OPENJPEG_VERSION.tar.gz)
local out_dir=$(fetch_unpack https://github.com/harfbuzz/harfbuzz/releases/download/$HARFBUZZ_VERSION/$HARFBUZZ_VERSION.tar.xz harfbuzz-$HARFBUZZ_VERSION.tar.xz)
0 commit comments