diff options
author | kris <kris@FreeBSD.org> | 2005-07-11 03:26:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-11 03:26:19 +0800 |
commit | 4c1b3248ed7a0adf348ea4deaad5f79fc54f33b5 (patch) | |
tree | 78e8b02ff6c352f5c16d896a83df97037440ec13 /math | |
parent | e6b3d0378791f748dc7117486b035f0e9ec65a68 (diff) | |
download | freebsd-ports-gnome-4c1b3248ed7a0adf348ea4deaad5f79fc54f33b5.tar.gz freebsd-ports-gnome-4c1b3248ed7a0adf348ea4deaad5f79fc54f33b5.tar.zst freebsd-ports-gnome-4c1b3248ed7a0adf348ea4deaad5f79fc54f33b5.zip |
BROKEN: Size mismatch
Diffstat (limited to 'math')
-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 |