diff options
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 |