diff options
Diffstat (limited to 'math/superlu_mt/Makefile')
-rw-r--r-- | math/superlu_mt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index ccd820f272af..d6a66870d168 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -6,11 +6,11 @@ # PORTNAME= superlu_mt -PORTVERSION= 1.0 +DISTVERSION= 1.0.20050524 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_1.0 .ifndef NOPORTDOCS DISTFILES= ${DISTNAME}${EXTRACT_SUFX} simax97.ps.gz .endif @@ -22,10 +22,6 @@ 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 ALL_TARGET= superlulib |