diff options
author | maho <maho@FreeBSD.org> | 2007-09-29 20:57:39 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-09-29 20:57:39 +0800 |
commit | 62ec9f942ae41cc25247b1563282df5b05979e21 (patch) | |
tree | 1f91deebe394f8de23a2d11161db34d7b0c0280d | |
parent | df4c84e12c3461d44353cf22e3ec5084318ee02d (diff) | |
download | freebsd-ports-gnome-62ec9f942ae41cc25247b1563282df5b05979e21.tar.gz freebsd-ports-gnome-62ec9f942ae41cc25247b1563282df5b05979e21.tar.zst freebsd-ports-gnome-62ec9f942ae41cc25247b1563282df5b05979e21.zip |
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.
-rw-r--r-- | math/atlas-devel/Makefile | 2 | ||||
-rw-r--r-- | math/atlas/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index ae34482371b9..0fa416b98ba4 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -26,6 +26,8 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/ATLAS USE_LDCONFIG= yes +BROKEN= Creating ATLAS'ed LAPACK part is broken + .include <bsd.port.pre.mk> NOT_FOR_ARCHS= alpha diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 5edc26a1e4fb..110e90941e48 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -27,6 +27,8 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/ATLAS USE_LDCONFIG= yes +BROKEN= Creating ATLAS'ed LAPACK part is broken + .include <bsd.port.pre.mk> USE_FORTRAN= yes |