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 05:53:48 UTC 2025
Modified Files:
pkgsrc/math/py-torch: Makefile
Log Message:
(math/py-torch) + GCC_REQD+= 10
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/math/py-torch/Makefile:1.4
--- pkgsrc/math/py-torch/Makefile:1.3 Mon Jan 27 13:16:22 2025
+++ pkgsrc/math/py-torch/Makefile Thu Feb 6 05:53:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/01/27 13:16:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/06 05:53:48 mef Exp $
DISTNAME= pytorch-v2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S,pytorch-v,torch-,}
@@ -31,6 +31,10 @@ 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
+# so:
+GCC_REQD+= 10
SUBST_CLASSES+= blas
SUBST_STAGE.blas= pre-configure
Home |
Main Index |
Thread Index |
Old Index