git: 3bf0aea53529 - main - misc/py-pytorch: Update USES=compiler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Sep 2023 16:20:55 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3bf0aea53529ddcebfbbbf9c56188376b8df9ae7
commit 3bf0aea53529ddcebfbbbf9c56188376b8df9ae7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 16:15:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 16:15:15 +0000
misc/py-pytorch: Update USES=compiler
Approved by: portmgr (blanket)
Reference: https://github.com/pytorch/pytorch/blob/v2.0.1/CMakeLists.txt#L40
---
misc/py-pytorch/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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