mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/gnuradio to 3.8.0.0-5
This commit is contained in:
parent
d667669578
commit
3761249214
1 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue