summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkarel2019-11-08 16:21:26 +0200
committerkarel2019-11-08 16:21:26 +0200
commit3d856433fcaa2775d921a6286f292e186e178000 (patch)
tree3f20366c753675b95892a233356bb0d4a2036b47 /PKGBUILD
parentdf6379283a4ab0a0b66d1ddef91f3aa939d9423e (diff)
downloadaur-3d856433fcaa2775d921a6286f292e186e178000.tar.gz
disable gr-ctrlport and remove wxpython dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d4b0cce97ca..6de39d1f8bc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=gnuradio-git
_gitname=gnuradio
-pkgver=v3.8.0.0.41.g00c1b64fd
+pkgver=v3.8.0.0.78.gf78c95897
pkgrel=1
pkgdesc="General purpose DSP and SDR toolkit, with drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="https://github.com/gnuradio/gnuradio"
license=('GPL')
depends=('fftw' 'python' 'python-numpy' 'python-mako' 'python-click' 'python-click-plugins' 'python-pyqt5' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp')
-makedepends=('git' 'boost' 'cmake' 'python-cairo' 'python-yaml' 'python-cheetah' 'glu' 'swig' 'pygtk' 'wxpython' 'qwtplot3d' 'qwt' 'python-sphinx')
+makedepends=('git' 'boost' 'cmake' 'python-cairo' 'python-yaml' 'python-cheetah' 'glu' 'swig' 'pygtk' 'qwt' 'python-sphinx')
optdepends=('python-lxml: Some GRC modules use lxml optionally for improved performance')
source=("git+https://github.com/gnuradio/gnuradio.git")
md5sums=('SKIP')
@@ -35,6 +35,7 @@ build() {
-DENABLE_GRC=ON \
-DENABLE_GR_QTGUI=ON \
-DENABLE_INTERNAL_VOLK=OFF \
+ -DENABLE_GR_CTRLPORT=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DGR_PYTHON_DIR=/usr/lib/python3.7/site-packages \
-DQWT_LIBRARIES=/usr/lib/libqwt.so -Wno-dev ../