Last active
August 4, 2021 20:14
-
-
Save Keating950/8198387e26bc67cc9c493a7f14d09b27 to your computer and use it in GitHub Desktop.
Build Scipy on M1
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
#!/bin/sh | |
pip install cython pybind11 pythran | |
OPENBLAS=$(brew --prefix openblas) CFLAGS="-falign-functions=8 ${CFLAGS}" pip install --no-use-pep517 scipy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment