pkgsrc-WIP-changes archive

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

(ham/gnuradio-channels) Add py-yaml and py-numpy for DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Aug 11 15:47:51 2020 +0900
Changeset:	636596753ceeba323b061d81ca600503fba5a715

Modified Files:
	gnuradio-channels/Makefile

Log Message:
(ham/gnuradio-channels) Add py-yaml and py-numpy for DEPENDS

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

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

diffstat:
 gnuradio-channels/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/gnuradio-channels/Makefile b/gnuradio-channels/Makefile
index 6c158ca236..dc12aa6a28 100644
--- a/gnuradio-channels/Makefile
+++ b/gnuradio-channels/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Signal processing blocks to simulate channel models of GNU Radio
 CMAKE_ARGS+=	-DENABLE_DEFAULT=OFF
 CMAKE_ARGS+=	-DENABLE_GR_CHANNELS=ON
 CMAKE_ARGS+=	-DENABLE_GRC=ON
+DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=	${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 
 PLIST_MINUS+=	companion
 


Home | Main Index | Thread Index | Old Index