pkgsrc-WIP-changes archive

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

gnuradio-core: switch from math/py-scipy12 to math/py-scipy



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Aug 3 23:24:38 2020 +0200
Changeset:	af8d468451da7dec2a023f7539408375ffbef1e9

Modified Files:
	gnuradio-core/options.mk

Log Message:
gnuradio-core: switch from math/py-scipy12 to math/py-scipy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af8d468451da7dec2a023f7539408375ffbef1e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnuradio-core/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gnuradio-core/options.mk b/gnuradio-core/options.mk
index f62c104fb4..47dc380449 100644
--- a/gnuradio-core/options.mk
+++ b/gnuradio-core/options.mk
@@ -27,7 +27,7 @@ do-build:
 
 .if !empty(PKG_OPTIONS:Mfilter-design)
 # Running gr_filter_design asks for the package
-DEPENDS+=		${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy12
+DEPENDS+=		${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 .endif
 
 .if !empty(PKG_OPTIONS:Malsa)


Home | Main Index | Thread Index | Old Index