Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2018 16:55:17 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470562 - head/math/petiga
Message-ID:  <201805211655.w4LGtHfR079819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805211655.w4LGtHfR079819>