This is how my site.cfg on Linux look like:
>
> [DEFAULT]
> library_dirs = /lib
> include_dirs = /include
>
> [blas_opt]
> libraries = f77blas, cblas, atlas
>
> [lapack_opt]
> libraries = lapack, f77blas, cblas, atlas
>
> - Ilan
>
> On Sun, Apr 21, 2013
Note: I started a thread in StackOverflow a few days ago with this
question, but I have not received any response yet (the link is:
http://stackoverflow.com/questions/16093910/numpy-and-scipy-static-vs-dynamic-loading
)
The question is the following:
Say that I build ATLAS with LAPACK as follows: