diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 19:26:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-10 19:26:19 +0000 |
commit | ab8b9ce7fdaf18ea9ea2af93eedf85c36cb6e87c (patch) | |
tree | fb4b1e741f77633fbcc50a4323f113127810a203 /math/superlu_mt | |
parent | c67aaa0bc6531a0abffc85f447f821c475580a07 (diff) | |
download | ports-ab8b9ce7fdaf18ea9ea2af93eedf85c36cb6e87c.tar.gz ports-ab8b9ce7fdaf18ea9ea2af93eedf85c36cb6e87c.zip |
Notes
Diffstat (limited to 'math/superlu_mt')
-rw-r--r-- | math/superlu_mt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index c54aea7aab81..25042a8758c5 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -22,6 +22,8 @@ COMMENT= Routines for performing multithreaded sparse factorization BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas +BROKEN= Size mismatch + USE_REINPLACE= yes WRKSRC= ${WRKDIR}/SuperLU_MT ALL_TARGET= superlulib |