Add changes to support building arm64 macos wheels #119
Triggered via pull request
November 6, 2023 09:43
Status
Failure
Total duration
1h 16m 3s
Artifacts
–
Annotations
2 errors
macos-11 / pyproject.toml
Command 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 && python waf && python waf install failed with code 1. None
|
macos-11 / pyproject.toml
Process completed with exit code 1.
|