aboutsummaryrefslogtreecommitdiff
path: root/math/atlas-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-11-19 22:45:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-11-19 22:45:34 +0000
commita01ed8fdc4ada86ce7725f95d9fae234eba25f0a (patch)
tree71c532340aefd1511d57f82f6eabf2085278b38f /math/atlas-devel
parentb693f8615be342cc431867f8a03bdee1a5c11e5c (diff)
downloadports-a01ed8fdc4ada86ce7725f95d9fae234eba25f0a.tar.gz
ports-a01ed8fdc4ada86ce7725f95d9fae234eba25f0a.zip
Notes
Diffstat (limited to 'math/atlas-devel')
-rw-r--r--math/atlas-devel/pkg-descr5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/atlas-devel/pkg-descr b/math/atlas-devel/pkg-descr
index ddb171ecf5b3..c59c0267a409 100644
--- a/math/atlas-devel/pkg-descr
+++ b/math/atlas-devel/pkg-descr
@@ -5,11 +5,6 @@ in order to provide portable performance.
At present, it provides C and Fortran77 interfaces to a
portably efficient BLAS implementation, as well as a few routines from LAPACK.
-PLEASE REBUILD YOUR KERNEL WITH
-options CPU_ENABLE_SSE
-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).