Tue Apr 20 21:06:58 2021 UTC ()
py-numpy: add RCS Id


(wiz)
diff -r1.1 -r1.2 pkgsrc/math/py-numpy/Makefile.make_env

cvs diff -r1.1 -r1.2 pkgsrc/math/py-numpy/Attic/Makefile.make_env (expand / switch to unified diff)

--- pkgsrc/math/py-numpy/Attic/Makefile.make_env 2021/04/20 20:53:48 1.1
+++ pkgsrc/math/py-numpy/Attic/Makefile.make_env 2021/04/20 21:06:58 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
 1# $NetBSD: Makefile.make_env,v 1.2 2021/04/20 21:06:58 wiz Exp $
1# Use the variables from blas.buildlink3.mk, pulled in via cblas. 2# Use the variables from blas.buildlink3.mk, pulled in via cblas.
2# Dependend python packages possiblly re-use the system_info logic and 3# Dependend python packages possiblly re-use the system_info logic and
3# might need this in the environment. 4# might need this in the environment.
4MAKE_ENV+= NPY_BLAS_LIBS=${BLAS_LIBS:Q} NPY_LAPACK_LIBS=${LAPACK_LIBS:Q} 5MAKE_ENV+= NPY_BLAS_LIBS=${BLAS_LIBS:Q} NPY_LAPACK_LIBS=${LAPACK_LIBS:Q}
5MAKE_ENV+= NPY_CBLAS_LIBS=-lcblas 6MAKE_ENV+= NPY_CBLAS_LIBS=-lcblas