diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-04-01 11:38:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-04-01 11:38:49 +0000 |
commit | 3fdb55203af1f8fd293d12b10d1a97eca41ee1c5 (patch) | |
tree | ed83b9e1af5f961e2b45052b8d00c81d8cfd2861 /math/superlu/Makefile | |
parent | 8c7d499c1becb6a0afb9db2d09f40eb9d02c6663 (diff) |
Notes
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 941c13bf6b3c..71602b5d86e3 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -6,11 +6,11 @@ # PORTNAME= superlu -PORTVERSION= 2.0.20030603 +PORTVERSION= 3.0.20040401 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/ -DISTNAME= ${PORTNAME}_2.0 +DISTNAME= ${PORTNAME}_3.0 .ifndef NOPORTDOCS DISTFILES= ${DISTNAME}${EXTRACT_SUFX} superlu_ug.ps.gz SLU_general.ps.gz simax95.ps.gz .endif @@ -23,7 +23,7 @@ COMMENT= A library of routines for performing sparse factorization BUILD_DEPENDS= ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/SuperLU +WRKSRC= ${WRKDIR}/SuperLU_3.0 ALL_TARGET= superlulib BLAS_LIBS= ${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libatlas.a |