Skip to content

Commit

Permalink
Install arm64 version of the missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
palonso committed Nov 6, 2023
1 parent 458eec2 commit a5d493d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ test-command = "python -c 'import essentia; import essentia.standard; import ess
select = "*macosx_arm64*"

before-build = [
"brew install pkg-config gcc readline sqlite gdbm freetype libpng",
"brew install pkg-config gcc readline sqlite gdbm libpng",
"PACKAGES=(freetype); for PACKAGE in ${PACKAGES[@]}; do brew fetch --force --bottle-tag=arm64_ventura $PACKAGE; result=$(brew --cache --bottle-tag=arm64_ventura $PACKAGE); brew reinstall $result; done",
"PACKAGES=(eigen libyaml fftw [email protected] libsamplerate libtag chromaprint); for PACKAGE in ${PACKAGES[@]}; do brew fetch --force --bottle-tag=arm64_ventura $PACKAGE; result=$(brew --cache --bottle-tag=arm64_ventura $PACKAGE); brew reinstall $result; done",
"brew link --force [email protected]",
"python waf configure --pkg-config-path=\"${PKG_CONFIG_PATH}\" --arch arm64 --no-msse",
Expand Down

0 comments on commit a5d493d

Please sign in to comment.