Bug 565266 - RFE: build against ATLAS instead of reference LAPACK
Summary: RFE: build against ATLAS instead of reference LAPACK
Keywords:
Status: CLOSED DUPLICATE of bug 562577
Alias: None
Product: Fedora
Classification: Fedora
Component: numpy
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-14 08:37 UTC by Susi Lehtola
Modified: 2010-02-14 08:48 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-14 08:48:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Susi Lehtola 2010-02-14 08:37:21 UTC
Hi,


numpy currently builds against reference BLAS and LAPACK. Please make numpy use ATLAS instead, which is faster by an order of magnitude or so. This has many important implications for whoever is using numpy in any sort of calculations.

To do this change BR: lapack-devel to BR: atlas-devel, and use e.g.

--with-blas="-L%{_libdir}/atlas -lf77blas -latlas"
--with-lapack="-L%{_libdir}/atlas -llapack"

Comment 1 Susi Lehtola 2010-02-14 08:48:47 UTC

*** This bug has been marked as a duplicate of bug 562577 ***


Note You need to log in before you can comment on or make changes to this bug.