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
This commit is contained in:
Yuri Victorovich 2018-05-21 16:55:17 +00:00
parent 874a999d94
commit d29ccba230
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470562

View file

@ -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