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: mef
Date: Thu Feb 6 22:44:51 UTC 2025
Modified Files:
pkgsrc/math/py-torch: Makefile
Log Message:
(math/py-torch) fix typo at comment line (etc)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/math/py-torch/Makefile:1.5
--- pkgsrc/math/py-torch/Makefile:1.4 Thu Feb 6 05:53:48 2025
+++ pkgsrc/math/py-torch/Makefile Thu Feb 6 22:44:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/02/06 05:53:48 mef Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/06 22:44:51 mef Exp $
DISTNAME= pytorch-v2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S,pytorch-v,torch-,}
@@ -31,8 +31,8 @@ BLAS_ACCEPTED= openblas_pthread openbla
USE_LANGUAGES+= c c++
USE_CC_FEATURES= c11
USE_CXX_FEATURES= c++17
-# configure script asking fo gcc-9.3, (on NetBSD/amd64 9.3),
-# GCC-9.3 or newer is required to compile PyTorch, but found 7.5.0
+# configure script is asking for gcc-9.3 (on NetBSD/amd64 9.3) as:
+# GCC-9.3 or newer is required to compile PyTorch, but found 7.5.0
# so:
GCC_REQD+= 10
Home |
Main Index |
Thread Index |
Old Index