diff options
author | yuri <yuri@FreeBSD.org> | 2018-05-22 00:55:17 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-05-22 00:55:17 +0800 |
commit | bd3ac0202549581619a879a2cc31e9729760830e (patch) | |
tree | 32a17de98f2e60e1b30e5daa3e4f1359bb2e3880 /math/petiga/Makefile | |
parent | da2a5d300660de711da1809034ee1eb70b4f2ddb (diff) | |
download | freebsd-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/Makefile | 5 |
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 |