aboutsummaryrefslogtreecommitdiffstats
path: root/math/petiga/Makefile
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-05-22 00:55:17 +0800
committeryuri <yuri@FreeBSD.org>2018-05-22 00:55:17 +0800
commitbd3ac0202549581619a879a2cc31e9729760830e (patch)
tree32a17de98f2e60e1b30e5daa3e4f1359bb2e3880 /math/petiga/Makefile
parentda2a5d300660de711da1809034ee1eb70b4f2ddb (diff)
downloadfreebsd-ports-gnome-bd3ac0202549581619a879a2cc31e9729760830e.tar.gz
freebsd-ports-gnome-bd3ac0202549581619a879a2cc31e9729760830e.tar.zst
freebsd-ports-gnome-bd3ac0202549581619a879a2cc31e9729760830e.zip
math/petiga: Fix build on 10
Added USES=compiler:c++14-lang. See https://reviews.llvm.org/rL239883. Thanks to Jan Beich! Reported by: jbeich
Diffstat (limited to 'math/petiga/Makefile')
-rw-r--r--math/petiga/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/petiga/Makefile b/math/petiga/Makefile
index d169938228b1..c78c4ddfa4b3 100644
--- a/math/petiga/Makefile
+++ b/math/petiga/Makefile
@@ -2,6 +2,7 @@
PORTNAME= petiga
DISTVERSION= g20180518
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
@@ -11,8 +12,6 @@ COMMENT= Framework for High Performance Isogeometric Analysis
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-BROKEN_FreeBSD_10= SSE instruction set not enabled
-
LIB_DEPENDS= libblas.so:math/blas \
liblapack.so:math/lapack \
libmpich.so:net/mpich2 \
@@ -24,7 +23,7 @@ BB_COMMIT= e2a59b1ba054
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
-USES= cmake:outsource fortran
+USES= cmake:outsource compiler:c++14-lang fortran
USE_XORG= x11
USE_LDCONFIG= yes