Do not install OpenBLAS on macOS for NumPy

This commit is contained in:
Andrew Murray 2022-11-10 10:43:01 +11:00
parent 1358349df1
commit 5a727bae1c

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