e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
32 lines
711 B
Makefile
32 lines
711 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= getdp
|
|
PORTVERSION= 2.11.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://www.geuz.org/getdp/src/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Rather general finite element solver using mixed finite elements
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/README.txt
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl \
|
|
liblapack.so:math/lapack
|
|
|
|
USES= fortran tar:tgz cmake
|
|
WANT_PERL= yes
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(MAINTAINER_MODE)
|
|
regression-test: install
|
|
cd ${WRKSRC}/demos && yes "" | ${PORTNAME} magnet.pro -solve MagSta_phi
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|