Re: [Numpy-discussion] NumPy-Discussion Digest, Vol 79, Issue 67

2013-04-21 Thread Christopher Ruesch
BUILD/lib/libcblas.a > LAPACK=/path_to_BUILD/lib/liblapack.a > ATLAS=/path_to_BUILD/lib/libatlas.a > > and add /path_to_BUILD/lib to LD_LIBRARY_PATH and to the library_dirs > variable > within thesite.cfg file in NumPy. > > Would NumPy and SciPy use my libraries? (even though th

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

2013-04-21 Thread David Cournapeau
On Sun, Apr 21, 2013 at 7:48 PM, James Jong wrote: > Thanks a lot Ilan, > > That's great to know. Do you know if there is any way to verify this? > Perhaps seeing which specific files with their extensions are actually Numpy > loads and uses? numpy.show_config() will give you the configuration se

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

2013-04-21 Thread James Jong
Thanks a lot Ilan, That's great to know. Do you know if there is any way to verify this? Perhaps seeing which specific files with their extensions are actually Numpy loads and uses? Jason On Sun, Apr 21, 2013 at 2:24 PM, Ilan Schnell wrote: > Hello Jason, > the answer is yes. This is how my

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

2013-04-21 Thread Ilan Schnell
Hello Jason, the answer is yes. 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 at 12:35 PM, James Jong wrote: >

[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:

[Numpy-discussion] KeepDims flag?

2013-04-21 Thread Sebastian Berg
Hi, just something that has been spooking around in my mind. Considering that matrix indexing does not really support fancy indexing, I was wondering about introducing a KeepDims flag. Maybe it is not worth it, at least not unless other subclasses could make use of it, too. And a big reason for it