diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
commit | 0d8f47d8f738a5a2acfff16702a824e5e1deed7e (patch) | |
tree | 1059becd0160fb62849327119f17f1d079c33846 /math/superlu_mt | |
parent | 59e3d86a5b3f0b55a8a4d6dbe3befdb596c6b8c1 (diff) |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
Notes
Notes:
svn path=/head/; revision=139936
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 25042a8758c5..ccd820f272af 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -23,6 +23,8 @@ COMMENT= Routines for performing multithreaded sparse factorization BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas BROKEN= Size mismatch +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 USE_REINPLACE= yes WRKSRC= ${WRKDIR}/SuperLU_MT |