mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +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 {
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user