Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 03:37:03 +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: r535714 - head/math/py-pplpy
Message-ID:  <202005180337.04I3b37s047446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon May 18 03:37:03 2020
New Revision: 535714
URL: https://svnweb.freebsd.org/changeset/ports/535714

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    /usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:47:18: error: atomic: No such file or directory
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/py-pplpy/Makefile

Modified: head/math/py-pplpy/Makefile
==============================================================================
--- head/math/py-pplpy/Makefile	Mon May 18 03:17:51 2020	(r535713)
+++ head/math/py-pplpy/Makefile	Mon May 18 03:37:03 2020	(r535714)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp	\
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
 
-USES=		localbase python:3.6+
+USES=		compiler:c++11-lang localbase python:3.6+
 USE_PYTHON=	cython distutils
 
 OPTIONS_DEFINE=		DOCS



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