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: ryoon
Date: Mon Jan 27 13:16:22 UTC 2025
Modified Files:
pkgsrc/math/py-torch: Makefile
Log Message:
math/py-torch: Try to fix build in pbulk environment
* Dependencies in math/py-numpy/buildlink3.mk are not buildlinked properly
for my pbulk environments.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/math/py-torch/Makefile:1.3
--- pkgsrc/math/py-torch/Makefile:1.2 Thu Jan 23 14:31:16 2025
+++ pkgsrc/math/py-torch/Makefile Mon Jan 27 13:16:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/23 14:31:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/27 13:16:22 ryoon Exp $
DISTNAME= pytorch-v2.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S,pytorch-v,torch-,}
@@ -87,10 +87,10 @@ post-install:
#.include "../../devel/protobuf/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
+.include "../../mk/blas.buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../parallel/openmp/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/cmake/build.mk"
-.include "../../mk/blas.buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index