This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Setup HomeBrew: https://brew.sh/ | |
| brew install openblas | |
| mkdir /tmp/numpy_local | |
| cd /tmp/numpy_local | |
| pip3 download --no-binary :all: --no-deps numpy | |
| unzip numpy-*.zip # (assuming there's only one version in this folder) | |
| cd numpy-1.19.1 # the version may be a later version than this | |
| cat > site.cfg <<EOF | |
| [openblas] |