diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-06 17:47:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-06 17:47:18 +0000 |
commit | d01d3d818803e0650b123253e8e93cc58ee7195f (patch) | |
tree | 4856d6d212970db08813158910253b09836f8202 /science/getdp | |
parent | 2a74425b9f9c7470505f1ef957e3958f07e5d887 (diff) | |
download | ports-d01d3d818803e0650b123253e8e93cc58ee7195f.tar.gz ports-d01d3d818803e0650b123253e8e93cc58ee7195f.zip |
Notes
Diffstat (limited to 'science/getdp')
-rw-r--r-- | science/getdp/Makefile | 5 | ||||
-rw-r--r-- | science/getdp/distinfo | 4 | ||||
-rw-r--r-- | science/getdp/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 7f462b6251a0..5eb15b67b45f 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= getdp -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - gsl.6:${PORTSDIR}/math/gsl + gsl.6:${PORTSDIR}/math/gsl \ + lapack.3:${PORTSDIR}/math/lapack GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/science/getdp/distinfo b/science/getdp/distinfo index 6563df24de90..dd502f27b562 100644 --- a/science/getdp/distinfo +++ b/science/getdp/distinfo @@ -1,2 +1,2 @@ -MD5 (getdp-1.0.0-source.tgz) = 8256357866085afaa274863ad4c1e71f -SIZE (getdp-1.0.0-source.tgz) = 1143363 +MD5 (getdp-1.0.1-source.tgz) = 5ed9b143d2205a7bbe5a13c91065593c +SIZE (getdp-1.0.1-source.tgz) = 1154315 diff --git a/science/getdp/pkg-plist b/science/getdp/pkg-plist index 38d2286e940f..826b43b707a0 100644 --- a/science/getdp/pkg-plist +++ b/science/getdp/pkg-plist @@ -21,6 +21,7 @@ bin/getdp %%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_15.html %%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_16.html %%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_17.html +%%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_18.html %%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_2.html %%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_3.html %%PORTDOCS%%%%DOCSDIR%%/texinfo/getdp_4.html |