Date: Mon, 29 Mar 2021 14:47:16 +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: r569473 - head/math/py-openTSNE Message-ID: <202103291447.12TElGgO049625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103291447.12TElGgO049625>