diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 22:38:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 22:38:23 +0000 |
commit | 149da7ceda40c26384f22eb3a797ed68a47973d0 (patch) | |
tree | 14e10f5651e07780bb0a4e190259de32a744f66b /math/superlu | |
parent | 1b94dddf81460b28e41134deef3be06ce1b62e60 (diff) | |
download | ports-149da7ceda40c26384f22eb3a797ed68a47973d0.tar.gz ports-149da7ceda40c26384f22eb3a797ed68a47973d0.zip |
Notes
Diffstat (limited to 'math/superlu')
-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 71602b5d86e3..a720a9f983ff 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 |