aboutsummaryrefslogtreecommitdiffstats
path: root/math/atlas/pkg-descr
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-20 00:20:09 +0800
committernaddy <naddy@FreeBSD.org>2002-08-20 00:20:09 +0800
commitf6f7be684a87d549e3cdf5f88a5731c8693a3baa (patch)
tree7d28f3ab11416b8f6830a9f061be5cf60422f1ce /math/atlas/pkg-descr
parent2a436b5bb7568b04e46c047da8b86dcd45672006 (diff)
downloadfreebsd-ports-gnome-f6f7be684a87d549e3cdf5f88a5731c8693a3baa.tar.gz
freebsd-ports-gnome-f6f7be684a87d549e3cdf5f88a5731c8693a3baa.tar.zst
freebsd-ports-gnome-f6f7be684a87d549e3cdf5f88a5731c8693a3baa.zip
Fix build on alpha.
PR: 41770 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Diffstat (limited to 'math/atlas/pkg-descr')
-rw-r--r--math/atlas/pkg-descr11
1 files changed, 5 insertions, 6 deletions
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