Skip to content

Commit

Permalink
Merge pull request python-pillow#341 from radarhere/numpy
Browse files Browse the repository at this point in the history
Do not install OpenBLAS on macOS for NumPy
  • Loading branch information
hugovk authored Nov 10, 2022
2 parents 1358349 + 5a727ba commit e0c14b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c14b9

Please sign in to comment.