pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   thor
Date:           Tue Apr 20 21:39:25 UTC 2021

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

Log Message:
math/py-scipy: drop direct BLAS dependency, used via math/py-numpy


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/math/py-scipy/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-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.47 pkgsrc/math/py-scipy/Makefile:1.48
--- pkgsrc/math/py-scipy/Makefile:1.47  Fri Apr  9 14:41:35 2021
+++ pkgsrc/math/py-scipy/Makefile       Tue Apr 20 21:39:25 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/04/09 14:41:35 tnn Exp $
+# $NetBSD: Makefile,v 1.48 2021/04/20 21:39:25 thor Exp $
 
 DISTNAME=      scipy-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -64,7 +64,6 @@ do-test:
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
-.include "../../mk/blas.buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.17.3
 .include "../../math/py-numpy/buildlink3.mk"



Home | Main Index | Thread Index | Old Index