diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 04:38:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 04:38:13 +0000 |
commit | 167b9fef5890df6cdff25105d1fb1e74f6216e0b (patch) | |
tree | ec273a11b3cb3f183c02241ee22e0aaa76b2ae1e /math | |
parent | 791f6c6ff96991b4f319540b7d46ae305ea9d1e5 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/mprime/Makefile | 2 | ||||
-rw-r--r-- | math/mupad/Makefile | 1 | ||||
-rw-r--r-- | math/superlu/Makefile | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/math/mprime/Makefile b/math/mprime/Makefile index c98b2f8a95b4..28ab0c933de9 100644 --- a/math/mprime/Makefile +++ b/math/mprime/Makefile @@ -19,6 +19,8 @@ EXTRACT_ONLY= MAINTAINER= lioux@FreeBSD.org COMMENT= mersenne.org distributed Great Internet Mersenne Prime Search +BROKEN= Size mismatch + ONLY_FOR_ARCHS= i386 USE_REINPLACE= yes USE_ZIP= yes diff --git a/math/mupad/Makefile b/math/mupad/Makefile index febdac828a66..f60919e5f632 100644 --- a/math/mupad/Makefile +++ b/math/mupad/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= mupad MAINTAINER= maho@FreeBSD.org COMMENT= A sophisticated computer algebra system +BROKEN= Size mismatch NO_CDROM= "unsure to sell for profit" USE_LINUX= yes diff --git a/math/superlu/Makefile b/math/superlu/Makefile index d8250be65b5f..da68b9000164 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -22,6 +22,8 @@ COMMENT= A library of routines for performing sparse factorization BUILD_DEPENDS= ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas +BROKEN= Size mismatch + USE_REINPLACE= yes WRKSRC= ${WRKDIR}/SuperLU_3.0 ALL_TARGET= superlulib |