Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2019 21:46:32 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505389 - head/devel/py-pyopencl
Message-ID:  <201906292146.x5TLkWsT099249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jun 29 21:46:32 2019
New Revision: 505389
URL: https://svnweb.freebsd.org/changeset/ports/505389

Log:
  devel/py-pyopencl: fix build
  
  Add USES=compiler:c++11-lang to fix:
  RuntimeError: Unsupported compiler -- at least C++11 support is needed!
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/py-pyopencl/Makefile

Modified: head/devel/py-pyopencl/Makefile
==============================================================================
--- head/devel/py-pyopencl/Makefile	Sat Jun 29 20:53:56 2019	(r505388)
+++ head/devel/py-pyopencl/Makefile	Sat Jun 29 21:46:32 2019	(r505389)
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:dev
 		${PYTHON_PKGNAMEPREFIX}pytools>=2017.6:devel/py-pytools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
 
-USES=		localbase python
+USES=		compiler:c++11-lang localbase python
 USE_PYTHON=	autoplist distutils
 
 CONFIGURE_ARGS=	BOOST_INC_DIR="${LOCALBASE}/include" \



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