diff options
author | thierry <thierry@FreeBSD.org> | 2005-08-28 17:11:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-08-28 17:11:10 +0800 |
commit | 0029415f37b457e1c65125bc13ad7878d96809ae (patch) | |
tree | 44b8ab6c61db3069efbd90f254cef0ec046a68b4 /science | |
parent | b48f7df5d5d37ce6742dd21854ef0756caa12394 (diff) | |
download | freebsd-ports-gnome-0029415f37b457e1c65125bc13ad7878d96809ae.tar.gz freebsd-ports-gnome-0029415f37b457e1c65125bc13ad7878d96809ae.tar.zst freebsd-ports-gnome-0029415f37b457e1c65125bc13ad7878d96809ae.zip |
Upgrade to 1.1.0.
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 |