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: prlw1
Date: Tue Apr 6 09:00:42 UTC 2021
Modified Files:
pkgsrc/math/py-scipy: Makefile
Log Message:
py-scipy: ride update and chmod some files to avoid PKG_DEVELOPER warnings
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/math/py-scipy/Makefile:1.45
--- pkgsrc/math/py-scipy/Makefile:1.44 Mon Apr 5 19:26:07 2021
+++ pkgsrc/math/py-scipy/Makefile Tue Apr 6 09:00:42 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/04/05 19:26:07 tnn Exp $
+# $NetBSD: Makefile,v 1.45 2021/04/06 09:00:42 prlw1 Exp $
DISTNAME= scipy-1.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -37,6 +37,10 @@ REPLACE_PYTHON+= scipy/sparse/linalg/iso
.include "../../mk/bsd.prefs.mk"
+post-extract:
+ ${CHMOD} -R g-w ${WRKSRC}
+ ${CHMOD} 0644 ${WRKSRC}/scipy/optimize/_shgo_lib/sobol_vec.gz
+
.if ${OPSYS} == "Darwin"
.PHONY: fix-darwin-install-name
post-install: fix-darwin-install-name
Home |
Main Index |
Thread Index |
Old Index