Skip to content

Commit

Permalink
macOS PyPy: OpenBLAS for Numpy
Browse files Browse the repository at this point in the history
For issue:
```
RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, more information is available at https://numpy.org/doc/stable/user/building.html#accelerated-blas-lapack-libraries Otherwise report this to the vendor that provided NumPy.
```
Since PyPy builds a new numpy wheel on the fly.

numpy/numpy#15947 (comment)
  • Loading branch information
ax3l committed Jul 14, 2021
1 parent 1ca4fe0 commit aae8a2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -476,6 +476,7 @@ jobs:
- script: |
brew update || true
brew install pypy3
brew install openblas
pypy3 -m pip install -U pip --user
pypy3 -m pip install openpmd-api --user
- script: |
Expand All @@ -491,6 +492,7 @@ jobs:
- script: |
brew update || true
brew install pypy3
brew install openblas
pypy3 -m pip install -U pip setuptools wheel cmake --user
pypy3 -m pip install openpmd-api --no-binary openpmd-api --user
- script: |
Expand All @@ -506,6 +508,7 @@ jobs:
- script: |
brew update || true
brew install pypy3
brew install openblas
pypy3 -m pip install -U pip setuptools wheel cmake --user
pypy3 -m pip install git+https://github.com/openPMD/openPMD-api.git@dev --user
- script: |
Expand Down

0 comments on commit aae8a2c

Please sign in to comment.