mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 02:16:19 +03:00
Merge pull request #341 from radarhere/numpy
Do not install OpenBLAS on macOS for NumPy
This commit is contained in:
commit
e0c14b9b95
|
@ -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