pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-torch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  4 21:53:35 UTC 2026

Modified Files:
        pkgsrc/math/py-torch: Makefile

Log Message:
py-torch: mark as currently not building with Python 3.14

Build-tested with Python 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-torch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-torch/Makefile
diff -u pkgsrc/math/py-torch/Makefile:1.10 pkgsrc/math/py-torch/Makefile:1.11
--- pkgsrc/math/py-torch/Makefile:1.10  Thu Oct  9 07:57:50 2025
+++ pkgsrc/math/py-torch/Makefile       Thu Jun  4 21:53:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/10/09 07:57:50 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/06/04 21:53:35 wiz Exp $
 
 DISTNAME=      pytorch-v2.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S,pytorch-v,torch-,}
@@ -70,7 +70,7 @@ MAKE_ENV+=    BUILD_TEST=0
 MAKE_ENV+=     USE_CUDNN=0
 MAKE_ENV+=     USE_DISTRIBUTED=1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_INCOMPATIBLE=  310 314
 
 post-extract:
        # For mkpatches(1) and developers only.



Home | Main Index | Thread Index | Old Index