aboutsummaryrefslogtreecommitdiffstats
path: root/math/atlas/pkg-descr
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-11-20 06:45:34 +0800
committermaho <maho@FreeBSD.org>2005-11-20 06:45:34 +0800
commit82be6eb53a2d767ee04f26e1b24242f256af50c2 (patch)
treee14212115911d3b335559ec6e3b3ab4a46df06c5 /math/atlas/pkg-descr
parent4b5473b415b44266edee0f9d103216b70a8e3f87 (diff)
downloadfreebsd-ports-gnome-82be6eb53a2d767ee04f26e1b24242f256af50c2.tar.gz
freebsd-ports-gnome-82be6eb53a2d767ee04f26e1b24242f256af50c2.tar.zst
freebsd-ports-gnome-82be6eb53a2d767ee04f26e1b24242f256af50c2.zip
Currently with "cpu I686_CPU" which is default,
kernel automatically enables SSE if it is available. so remove messages which are not necessary. Submitted by: Darrien <darrien.l@gmail.com>
Diffstat (limited to 'math/atlas/pkg-descr')
-rw-r--r--math/atlas/pkg-descr5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/atlas/pkg-descr b/math/atlas/pkg-descr
index ddb171ecf5b3..c59c0267a409 100644
--- a/math/atlas/pkg-descr
+++ b/math/atlas/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).