[patch] Builtind ATLAS from VSIPL++ tree
Jules Bergmann
jules at codesourcery.com
Tue Nov 29 20:43:28 UTC 2005
This patch integrates the configuration, build, and install of ATLAS and
the LAPACK into VSIPL++.
The default ATLAS configuration, which is an interactive C program, is
replaced by an autoconf script. The autoconf script is currently a
subset of the original functionality, enough to build on Linux/x86
machines such as Sethra. The default ATLAS build is used as is, with
some changes to build outside of the source trees.
When configuring VSIPL++, the builtin ATLAS gets used if lapack is
enabled (--enable-lapack) and no installed ATLAS or LAPACK libraries are
found, or if it is explicitly selected (--with-lapack=builtin).
ATLAS doesn't implement the full LAPACK library, so to fill in the
missing bits, I added the LAPACK reference implementation to our source
tree (as a CVS module -- you will probably need to re-checkout VSIPL++
to get this).
-- Jules
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: atlas.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20051129/f8062684/attachment.ksh>
More information about the vsipl++
mailing list