Skip to content

Instantly share code, notes, and snippets.

@Keating950
Last active August 4, 2021 20:14
Show Gist options
  • Save Keating950/8198387e26bc67cc9c493a7f14d09b27 to your computer and use it in GitHub Desktop.
Save Keating950/8198387e26bc67cc9c493a7f14d09b27 to your computer and use it in GitHub Desktop.
Build Scipy on M1
#!/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