mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to 1.1.0.
This commit is contained in:
parent
8cd9bafb7f
commit
43402333eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141060
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user