Skip to content

Commit 6de6d44

Browse files
committed
Bump libwavpack
Now that we build on arm mac natively we can enable arm optimisations. Also, this bump is important because without this the build tries to include openssl
1 parent b569685 commit 6de6d44

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

buildconfig/manylinux-build/docker_base/wavpack/build-wavpack.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -x
33

44
cd $(dirname `readlink -f "$0"`)
55

6-
WAVPACK_VERSION=5.6.0
6+
WAVPACK_VERSION=5.7.0
77
WAVPACK="wavpack-${WAVPACK_VERSION}"
88

99
curl -sL --retry 10 https://github.com/dbry/WavPack/releases/download/${WAVPACK_VERSION}/${WAVPACK}.tar.xz > ${WAVPACK}.tar.xz
@@ -12,13 +12,7 @@ sha512sum -c wavpack.sha512
1212
tar xf ${WAVPACK}.tar.xz
1313
cd ${WAVPACK}
1414

15-
if [[ "$MAC_ARCH" == "arm64" ]]; then
16-
# As of now, wavpack builds fail on arm64 cross compilation when ASM
17-
# optimisations are enabled, so disable it
18-
export WAVPACK_EXTRA_M1_FLAGS="-DWAVPACK_ENABLE_ASM=OFF"
19-
fi
20-
21-
cmake . $PG_BASE_CMAKE_FLAGS $WAVPACK_EXTRA_M1_FLAGS
15+
cmake . $PG_BASE_CMAKE_FLAGS
2216

2317
make
2418
make install
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7421eff1f6e18f2e698b367ca48f6773456d0fcb53241be70149a87eff2cdf14dd8a82845a016f59ed32c7df494d018e6e23495709d3a56500b0660f177d5c0f wavpack-5.6.0.tar.xz
1+
63ef6eb5ff71bf6417175691e8377624ade02619c761d80e265c8e0e7305bfe22eeaa1402e36d20c13d20847279f95150ac014019688389da1b87b86558446bd wavpack-5.7.0.tar.xz

0 commit comments

Comments
 (0)