community/gnuradio to 3.8.0.0-5

This commit is contained in:
Kevin Mihelich 2019-11-14 13:58:10 +00:00
parent d667669578
commit 3761249214

View file

@ -8,7 +8,7 @@
pkgbase=gnuradio pkgbase=gnuradio
pkgname=(gnuradio gnuradio-companion) pkgname=(gnuradio gnuradio-companion)
pkgver=3.8.0.0 pkgver=3.8.0.0
pkgrel=3 pkgrel=5
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd." pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
arch=('x86_64') arch=('x86_64')
url="https://gnuradio.org" url="https://gnuradio.org"
@ -58,9 +58,9 @@ build() {
cd build cd build
cmake \ cmake \
-DPYTHON_EXECUTABLE=$(which python3) \ -DPYTHON_EXECUTABLE=$(which python3) \
-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python3*) \ -DPYTHON_INCLUDE_DIR=/usr/include/python3.8 \
-DPYTHON_LIBRARY=$(echo /usr/lib/libpython3.*m.so) \ -DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
-DGR_PYTHON_DIR=$(echo /usr/lib/python3.*/site-packages/) \ -DGR_PYTHON_DIR=/usr/lib/python3.8/site-packages \
-DENABLE_INTERNAL_VOLK=OFF \ -DENABLE_INTERNAL_VOLK=OFF \
-DENABLE_GRC=ON \ -DENABLE_GRC=ON \
-DENABLE_GR_QTGUI=ON \ -DENABLE_GR_QTGUI=ON \