[Numpy-discussion] Any way to link numarray againstLAPACK/ATLAS?

Nadav Horesh nadavh at visionsense.com
Tue Dec 16 06:53:05 EST 2003


I tested it and it probably works, since after recompiling numarray (0.8) 
the file lapack_lite2.so shrinked from 1300K to 94K. Running strace on
a python script that inverse a matrix shows that it loads libblas and liblapack.

 Thank you for your help,
   Nadav.

  

-----Original Message-----
From:	Todd Miller [mailto:jmiller at stsci.edu]
Sent:	Tue 16-Dec-03 15:31
To:	Nadav Horesh
Cc:	numpy-discussion
Subject:	Re: [Numpy-discussion] Any way to link numarray againstLAPACK/ATLAS?
I haven't tried this,  but the "theory" is that you can set the
USE_LAPACK environment variable to 1 and it will switch to an alternate
link pattern in the (top level) file addons.py.

Regards,
Todd

On Tue, 2003-12-16 at 04:17, Nadav Horesh wrote:
> It seems that section 13.1.1 (Installation using LAPACK) is not valid 
> any more --- is there another way?
> 
>    Nadav.
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
-- 
Todd Miller 			
Space Telescope Science Institute
3700 San Martin Drive
Baltimore MD, 21030
(410) 338 - 4576








More information about the NumPy-Discussion mailing list