Skip to content

Instantly share code, notes, and snippets.

@cancan101
Created August 14, 2014 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cancan101/7e56c8ec6f228b590c1a to your computer and use it in GitHub Desktop.
Save cancan101/7e56c8ec6f228b590c1a to your computer and use it in GitHub Desktop.
numpy-site.cfg for building against openblas
[default]
library_dirs = /usr/local/lib
[atlas]
atlas_libs = openblas
library_dirs = /usr/local/lib
[lapack]
lapack_libs = openblas
library_dirs = /usr/local/lib
[openblas]
libraries = openblas
library_dirs = /usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment