[patch] CLAPACK, Solaris bits
Jules Bergmann
jules at codesourcery.com
Wed Apr 26 14:51:02 UTC 2006
This patch allows either the builtin lapack to use either Fortran LAPACK
(--with-lapack=fortran-builtin) or C LAPACK (--with-lapack=builtin).
Fortran LAPACK has slightly better performance, but it requires a
fortran compiler to build and a libg2c library. CLAPACK doesn't require
a fortran compiler, and it uses libF77, which is now built by VSIPL++.
This lets us continue to use the Fortran LAPACK when building binary
packages, while making it easier to build the library from the source
package.
This patch also builds libF77 when using CLAPACK, which removes our
dependency on libg2c.
This patch changes the ATLAS configure to use 'test =' instead of 'test
=='. Solaris was tripping up on this.
Finally, this patch moves the hypotf decl to the global namespace. I
will test Stefan's suggestion for leaving it in the vsip::impl::fn
namespace to see if that works.
-- Jules
--
Jules Bergmann
CodeSourcery
jules at codesourcery.com
(650) 331-3385 x705
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: solaris.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20060426/9afea1ad/attachment.ksh>
More information about the vsipl++
mailing list