Skip to content

Instantly share code, notes, and snippets.

Created July 6, 2012 09:32
Show Gist options
  • Select an option

  • Save anonymous/3059209 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/3059209 to your computer and use it in GitHub Desktop.
site.cfg file to build numpy
[DEFAULT]
library_dirs = /home/hxc249/lib/atlas/lib
include_dirs = /home/hxc249/lib/atlas/include
[blas]
libraries = libf77blas, libcblas, libatlas
[lapack]
libraries = liblapack, libf77blas, libcblas, libatlas
[atlas]
libraries = libatlas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment