svn commit: r528324 - head/science/qiskit-aer

Mark Linimon linimon at FreeBSD.org
Fri Mar 13 00:25:55 UTC 2020


Author: linimon
Date: Fri Mar 13 00:25:53 2020
New Revision: 528324
URL: https://svnweb.freebsd.org/changeset/ports/528324

Log:
  Add compiler:c++11-lang to fix build on GCC-based systems:
  
    The compiler feature "cxx_auto_type" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/qiskit-aer/Makefile

Modified: head/science/qiskit-aer/Makefile
==============================================================================
--- head/science/qiskit-aer/Makefile	Thu Mar 12 23:59:13 2020	(r528323)
+++ head/science/qiskit-aer/Makefile	Fri Mar 13 00:25:53 2020	(r528324)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libfmt.so:devel/libfmt \
 		libopenblas.so:math/openblas
 RUN_DEPENDS=	spdlog>0:devel/spdlog
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	Qiskit
 


More information about the svn-ports-all mailing list