diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-30 00:15:15 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-30 00:15:15 +0800 |
commit | 3bf0aea53529ddcebfbbbf9c56188376b8df9ae7 (patch) | |
tree | 3585b191ee5ff481efea8d8c7a2a834228444ba3 /misc/py-pytorch | |
parent | math/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/Makefile | 2 |
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 |