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/getdp/Makefile | |
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/getdp/Makefile')
-rw-r--r-- | science/getdp/Makefile | 10 |
1 files changed, 4 insertions, 6 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} |