Skip to content

Instantly share code, notes, and snippets.

@npinto
Created February 24, 2012 20:32
Show Gist options
  • Select an option

  • Save npinto/1903561 to your computer and use it in GitHub Desktop.

Select an option

Save npinto/1903561 to your computer and use it in GitHub Desktop.
Numpy's site.cfg on Gentoo 64bit with atlas
[atlas]
include_dirs =
library_dirs = :/usr/lib64
atlas_libs = cblas, blas, atlas
lapack_libs = lapack, blas, cblas, atlas
[blas_opt]
include_dirs =
library_dirs = :/usr/lib64
libraries = cblas, blas, atlas
[lapack_opt]
library_dirs = :/usr/lib64
libraries = lapack, blas, cblas, atlas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment