Re: [Numpy-discussion] Can Numpy use static libraries from LAPACK?

2013-04-21 Thread James Jong
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

[Numpy-discussion] Can Numpy use static libraries from LAPACK?

2013-04-21 Thread James Jong
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: