svn commit: r569473 - head/math/py-openTSNE

Mark Linimon linimon at FreeBSD.org
Mon Mar 29 14:47:17 UTC 2021


Author: linimon
Date: Mon Mar 29 14:47:16 2021
New Revision: 569473
URL: https://svnweb.freebsd.org/changeset/ports/569473

Log:
  Add compiler:c++14-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++14"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/py-openTSNE/Makefile

Modified: head/math/py-openTSNE/Makefile
==============================================================================
--- head/math/py-openTSNE/Makefile	Mon Mar 29 14:41:29 2021	(r569472)
+++ head/math/py-openTSNE/Makefile	Mon Mar 29 14:47:16 2021	(r569473)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20.0:science/py-scikit-learn@${PY_FLAVOR}
 
-USES=		localbase:ldflags python:3.6+
+USES=		compiler:c++14-lang localbase:ldflags python:3.6+
 USE_PYTHON=	distutils autoplist
 
 post-install:


More information about the svn-ports-head mailing list