mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.8.0.0
|
||||
pkgrel=3
|
||||
pkgrel=5
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('x86_64')
|
||||
url="https://gnuradio.org"
|
||||
|
@ -58,9 +58,9 @@ build() {
|
|||
cd build
|
||||
cmake \
|
||||
-DPYTHON_EXECUTABLE=$(which python3) \
|
||||
-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python3*) \
|
||||
-DPYTHON_LIBRARY=$(echo /usr/lib/libpython3.*m.so) \
|
||||
-DGR_PYTHON_DIR=$(echo /usr/lib/python3.*/site-packages/) \
|
||||
-DPYTHON_INCLUDE_DIR=/usr/include/python3.8 \
|
||||
-DPYTHON_LIBRARY=/usr/lib/libpython3.8.so \
|
||||
-DGR_PYTHON_DIR=/usr/lib/python3.8/site-packages \
|
||||
-DENABLE_INTERNAL_VOLK=OFF \
|
||||
-DENABLE_GRC=ON \
|
||||
-DENABLE_GR_QTGUI=ON \
|
||||
|
|
Loading…
Reference in a new issue