Merge pull request #341 from radarhere/numpy

Do not install OpenBLAS on macOS for NumPy
This commit is contained in:
Hugo van Kemenade 2022-11-10 08:11:03 +02:00 committed by GitHub
commit e0c14b9b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,9 +149,6 @@ EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux
function run_tests { function run_tests {
if [ -n "$IS_MACOS" ]; then if [ -n "$IS_MACOS" ]; then
brew install openblas
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
brew install fribidi brew install fribidi
elif [ -n "$IS_ALPINE" ]; then elif [ -n "$IS_ALPINE" ]; then
apk add fribidi apk add fribidi