diff options
author | maho <maho@FreeBSD.org> | 2005-11-19 22:45:34 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-11-19 22:45:34 +0000 |
commit | 82be6eb53a2d767ee04f26e1b24242f256af50c2 (patch) | |
tree | e14212115911d3b335559ec6e3b3ab4a46df06c5 /math/atlas | |
parent | 4b5473b415b44266edee0f9d103216b70a8e3f87 (diff) | |
download | FreeBSD-ports-82be6eb53a2d767ee04f26e1b24242f256af50c2.zip FreeBSD-ports-82be6eb53a2d767ee04f26e1b24242f256af50c2.tar.gz |
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')
-rw-r--r-- | math/atlas/pkg-descr | 5 | ||||
-rw-r--r-- | math/atlas/pkg-message | 8 |
2 files changed, 0 insertions, 13 deletions
diff --git a/math/atlas/pkg-descr b/math/atlas/pkg-descr index ddb171e..c59c026 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). diff --git a/math/atlas/pkg-message b/math/atlas/pkg-message deleted file mode 100644 index 3ec2894..0000000 --- a/math/atlas/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -------------------------------------------------- -This software determines and detects -appropreate parameters and hardware setting -(e.g., SSE/SSE2/3DNow etc) while compilation. - -The author of this port *strongly* urge you to -make atlas by yourself. -------------------------------------------------- |