From 65e822a3fcff1ae2974c448c1cb6a18baba71b46 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 18 Feb 2020 08:37:16 -0600 Subject: [PATCH] gnuradio: rebuild for volk --- srcpkgs/gnuradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index c55c7ae3d97..6d9b2578522 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio'. pkgname=gnuradio version=3.8.0.0 -revision=1 +revision=2 build_style=cmake conf_files="/etc/gnuradio/conf.d/*" configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=${py3_sitelib}"