diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:11:10 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:11:10 +0000 |
commit | 43402333eb06f378619634b262e5ba981122a7d0 (patch) | |
tree | 8c65a646c1c70d8f46be1d8b8eaadb757a8b50bc /science | |
parent | pgrade to 1.0.10. (diff) |
Upgrade to 1.1.0.
Notes
Notes:
svn path=/head/; revision=141060
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 10 | ||||
-rw-r--r-- | science/getdp/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 32ebcaa03fb8..ced6152d799d 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= getdp -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,14 +15,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - gsl.7:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-fftw-prefix=${LOCALBASE} \ - --with-gsl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-gsl-prefix=${LOCALBASE} \ + --with-blas-lapack-prefix=${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/science/getdp/distinfo b/science/getdp/distinfo index dd502f27b562..a594ddad65e5 100644 --- a/science/getdp/distinfo +++ b/science/getdp/distinfo @@ -1,2 +1,2 @@ -MD5 (getdp-1.0.1-source.tgz) = 5ed9b143d2205a7bbe5a13c91065593c -SIZE (getdp-1.0.1-source.tgz) = 1154315 +MD5 (getdp-1.1.0-source.tgz) = cceb5f66c3d2889048fd5f35d178171e +SIZE (getdp-1.1.0-source.tgz) = 1426981 |