summaryrefslogtreecommitdiff
path: root/misc/py-pytorch
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 00:15:15 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 00:15:15 +0800
commit3bf0aea53529ddcebfbbbf9c56188376b8df9ae7 (patch)
tree3585b191ee5ff481efea8d8c7a2a834228444ba3 /misc/py-pytorch
parentmath/ceres-solver: Mark BROKEN (diff)
misc/py-pytorch: Update USES=compiler
Approved by: portmgr (blanket) Reference: https://github.com/pytorch/pytorch/blob/v2.0.1/CMakeLists.txt#L40
Diffstat (limited to 'misc/py-pytorch')
-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