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:   thor
Date:           Sun Jun  1 16:58:28 UTC 2025

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

Log Message:
math/py-torch: use openmp.mk, avoiding unnecessary install of llvm libomp


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/math/py-torch/Makefile:1.7
--- pkgsrc/math/py-torch/Makefile:1.6   Wed Feb 26 09:40:19 2025
+++ pkgsrc/math/py-torch/Makefile       Sun Jun  1 16:58:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/02/26 09:40:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/06/01 16:58:28 thor Exp $
 
 DISTNAME=      pytorch-v2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S,pytorch-v,torch-,}
@@ -94,7 +94,7 @@ post-install:
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../mk/blas.buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-.include "../../parallel/openmp/buildlink3.mk"
+.include "../../mk/openmp.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index