From f6f7be684a87d549e3cdf5f88a5731c8693a3baa Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 19 Aug 2002 16:20:09 +0000 Subject: Fix build on alpha. PR: 41770 Submitted by: Nakata Maho --- math/atlas/pkg-descr | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'math/atlas/pkg-descr') diff --git a/math/atlas/pkg-descr b/math/atlas/pkg-descr index 1057e8d2f0ac..ddb171ecf5b3 100644 --- a/math/atlas/pkg-descr +++ b/math/atlas/pkg-descr @@ -11,14 +11,13 @@ TO ENABLE SSE1/SSE2 SUPPORT BEFORE MAKING ATLAS! IT SIGNIFICANTLY IMPROVES PERFORMANCE. If you use blas, you can simply change flags when linking, -from -lblas to -lf77blas -latlas (order is important) -get a significantly performance increase. +from -lblas to -lf77blas -latlas (order is important). A few routines from LAPACK are merged into one library as libalapack. It requres both C and Fortran77 interfaces, and thus that link line would be: --lalapack -lf77blas -lcblas -latlas -lg2c -lm -Order *is* important, so -latlas -lcblas will *not* work. +-lalapack -lf77blas -lcblas -latlas -lg2c -lm . + +Other choice of CC and CFLAGS are *NOT* recommended. +They are already optimized for this platform and automatically searched. WWW: http://math-atlas.sourceforge.net/ -- NAKATA, Maho - E-mail: chat95@mbox.kyoto-inet.or.jp -- cgit