Date: Fri, 26 Feb 2021 16:17:09 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566616 - head/math/py-iminuit Message-ID: <202102261617.11QGH9bO080539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102261617.11QGH9bO080539>