aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:15:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-29 16:15:15 +0000
commit3bf0aea53529ddcebfbbbf9c56188376b8df9ae7 (patch)
tree3585b191ee5ff481efea8d8c7a2a834228444ba3
parent3a11dd8e3e411a74e5b16ccaa21c530facd266a3 (diff)
downloadports-3bf0aea53529ddcebfbbbf9c56188376b8df9ae7.tar.gz
ports-3bf0aea53529ddcebfbbbf9c56188376b8df9ae7.zip
misc/py-pytorch: Update USES=compiler
-rw-r--r--misc/py-pytorch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index 2a7737b318fc..23799d65be07 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -37,7 +37,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dill>0:devel/py-dill@${PY_FLAVOR} # optional dependency
-USES= compiler:c++14-lang localbase:ldflags python
+USES= compiler:c++17-lang localbase:ldflags python
USE_PYTHON= distutils autoplist
MAKE_ENV= USE_NINJA=no # ninja breaks for some reason