diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-09-07 01:52:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-09-07 01:52:21 +0000 |
commit | 5d5c1d4ad31fa865e9f2c2c3acfd7bd1e26ba98c (patch) | |
tree | afb3056130774bed623766f4b74f4d71a1e02a1c /math | |
parent | upgrade to 0.9.14 (diff) |
Set NO_PACKAGE: atlas optimizes for the local machine, so a package is not
generally useful.
Reviewed by: maho (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 2d15ddfb9914..8210beaeddeb 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -19,6 +19,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Automatically Tuned Linear Algebra Software (ATLAS) +NO_PACKAGE= Optimizes for the local machine, so a package is not generally useful. Set FORCE_PACKAGE to override + USE_BZIP2= yes WRKSRC= ${WRKDIR}/ATLAS INSTALLS_SHLIB= yes |