svn commit: r535258 - head/science/ergo

Mark Linimon linimon at FreeBSD.org
Fri May 15 01:36:20 UTC 2020


Author: linimon
Date: Fri May 15 01:36:19 2020
New Revision: 535258
URL: https://svnweb.freebsd.org/changeset/ports/535258

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    random_matrices.cc:81: error: call of overloaded 'pow(int, int)' is ambiguous
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/ergo/Makefile

Modified: head/science/ergo/Makefile
==============================================================================
--- head/science/ergo/Makefile	Fri May 15 00:36:49 2020	(r535257)
+++ head/science/ergo/Makefile	Fri May 15 01:36:19 2020	(r535258)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		gmake localbase shebangfix
+USES=		69619.pts-12.portsjail gmake localbase shebangfix
 
 SHEBANG_FILES=	test/check_eigenvectors.sh test/compare_homo_lumo.sh
 


More information about the svn-ports-all mailing list