mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 16:20:33 +03:00
Do not install OpenBLAS on macOS for NumPy
This commit is contained in:
parent
1358349df1
commit
5a727bae1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user