Skip to content

Instantly share code, notes, and snippets.

@dsteinberg
Created January 24, 2017 03:43
Show Gist options
  • Save dsteinberg/0f780dedbc6e35f8cb4a22f305c7654d to your computer and use it in GitHub Desktop.
Save dsteinberg/0f780dedbc6e35f8cb4a22f305c7654d to your computer and use it in GitHub Desktop.
Numpy configuration for OpenBLAS backend
[ALL]
include_dirs = /usr/include/openblas
library_dirs = /usr/lib
[openblas]
openblas_libs = openblas
library_dirs = /usr/lib
[lapack]
lapack_libs = openblas
library_dirs = /usr/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment