svn commit: r566616 - head/math/py-iminuit

Mark Linimon linimon at FreeBSD.org
Fri Feb 26 16:17:09 UTC 2021


Author: linimon
Date: Fri Feb 26 16:17:08 2021
New Revision: 566616
URL: https://svnweb.freebsd.org/changeset/ports/566616

Log:
  Add compiler:c++14-lang to USES to fix build on GCC-based systems:
  
    CMake Error in CMakeFiles/CMakeTmp/CMakeLists.txt:
    Target "cmTC_1081b" requires the language dialect "CXX14" , but CMake
    does not know the compile flags to use to enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/py-iminuit/Makefile

Modified: head/math/py-iminuit/Makefile
==============================================================================
--- head/math/py-iminuit/Makefile	Fri Feb 26 16:14:15 2021	(r566615)
+++ head/math/py-iminuit/Makefile	Fri Feb 26 16:17:08 2021	(r566616)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	cmake:devel/cmake
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		python:3.6+
+USES=		compiler:c++14-lang python:3.6+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list