From 8f3a9b975dbe3da677d687c8ebeb4965c671ed79 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 29 Mar 2021 14:47:16 +0000 Subject: 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) --- math/py-openTSNE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/py-openTSNE/Makefile b/math/py-openTSNE/Makefile index d00c1f505b4f..4d5496520b0a 100644 --- a/math/py-openTSNE/Makefile +++ b/math/py-openTSNE/Makefile @@ -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: -- cgit v1.2.3