mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gnuradio to 3.7.9.2-1
This commit is contained in:
parent
50303fe17a
commit
b29cc70c1c
1 changed files with 6 additions and 4 deletions
|
@ -8,13 +8,14 @@
|
|||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.7.9.1
|
||||
pkgrel=2
|
||||
pkgver=3.7.9.2
|
||||
pkgrel=1
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gnuradio.org"
|
||||
license=('GPL')
|
||||
depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd' 'zeromq')
|
||||
depends=('fftw' 'python2-numpy' 'cppunit' 'gsl' 'blas' 'boost-libs>=1.53'
|
||||
'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk')
|
||||
makedepends=('boost' 'cmake' 'python2-lxml' 'python2-cheetah' 'glu' 'swig'
|
||||
'pygtk' 'wxpython' 'python2-pyqwt' 'qwtplot3d')
|
||||
install=gnuradio.install
|
||||
|
@ -34,7 +35,7 @@ install=gnuradio.install
|
|||
#source=("http://s3-dist.gnuradio.org/gnuradio-$pkgver.tar.gz"
|
||||
source=("http://gnuradio.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"
|
||||
"21-fcd.rules")
|
||||
md5sums=('653155499bcefb1478b1963f11841434'
|
||||
md5sums=('ec5532a438ae3169069a9909499fa19b'
|
||||
'465e12c454c6a22ebec9849181af7bdc')
|
||||
|
||||
prepare() {
|
||||
|
@ -64,6 +65,7 @@ build() {
|
|||
-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
|
||||
-DENABLE_GR_QTGUI=ON \
|
||||
-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
|
||||
-DENABLE_INTERNAL_VOLK=OFF \
|
||||
-DENABLE_GRC=ON \
|
||||
-DENABLE_GR_WXGUI=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev $NEON ../
|
||||
|
|
Loading…
Reference in a new issue