From 5a727bae1cbe2360dbacf059f38f8627609edf23 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 10 Nov 2022 10:43:01 +1100 Subject: [PATCH] Do not install OpenBLAS on macOS for NumPy --- config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.sh b/config.sh index ab2f304d9..b2ebbee07 100644 --- a/config.sh +++ b/config.sh @@ -149,9 +149,6 @@ EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux function run_tests { 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 elif [ -n "$IS_ALPINE" ]; then apk add fribidi