svn commit: r470562 - head/math/petiga
Yuri Victorovich
yuri at FreeBSD.org
Mon May 21 16:55:18 UTC 2018
Author: yuri
Date: Mon May 21 16:55:17 2018
New Revision: 470562
URL: https://svnweb.freebsd.org/changeset/ports/470562
Log:
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
Modified:
head/math/petiga/Makefile
Modified: head/math/petiga/Makefile
==============================================================================
--- head/math/petiga/Makefile Mon May 21 16:54:37 2018 (r470561)
+++ head/math/petiga/Makefile Mon May 21 16:55:17 2018 (r470562)
@@ -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 A
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
More information about the svn-ports-head
mailing list