diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 22:38:23 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 22:38:23 +0000 |
commit | 92997749c95863f960a7afe7406d9b8641b5b9b6 (patch) | |
tree | 05c4f903ab5bbc545e197d82a2239fb3118c9e16 /math | |
parent | e02715f3c94bc9f624ab5542ac1819f590d309c8 (diff) | |
download | FreeBSD-ports-92997749c95863f960a7afe7406d9b8641b5b9b6.zip FreeBSD-ports-92997749c95863f960a7afe7406d9b8641b5b9b6.tar.gz |
BROKEN: Size mismatch
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 71602b5..a720a9f 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 |