aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-03-29 14:47:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-03-29 14:47:16 +0000
commit8f3a9b975dbe3da677d687c8ebeb4965c671ed79 (patch)
tree91d2bc2e01aaf95c085bdd8403f2c7eb4c98e866 /math
parent16686cacc5192f2120615b0461d31e2d1590e3a9 (diff)
downloadports-8f3a9b975dbe3da677d687c8ebeb4965c671ed79.tar.gz
ports-8f3a9b975dbe3da677d687c8ebeb4965c671ed79.zip
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)
Notes
Notes: svn path=/head/; revision=569473
Diffstat (limited to 'math')
-rw-r--r--math/py-openTSNE/Makefile2
1 files changed, 1 insertions, 1 deletions
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: