mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/gnuradio to 3.9.4.0-2.1
This commit is contained in:
parent
0ff5856d00
commit
104348868c
1 changed files with 3 additions and 5 deletions
|
@ -3,13 +3,12 @@
|
|||
# Contributor: Dominik Heidler <dheidler@gmail.com>
|
||||
# Contributor: Jonatan Sastre <jsastreh [ at ] hotmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - set -Dhave_mfpu_neon=0 for v5/v6
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgbase=gnuradio
|
||||
pkgname=(gnuradio gnuradio-companion)
|
||||
pkgver=3.9.4.0
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
pkgdesc="General purpose DSP and SDR toolkit. With drivers for usrp and fcd."
|
||||
arch=('x86_64')
|
||||
url="https://gnuradio.org"
|
||||
|
@ -64,7 +63,6 @@ prepare() {
|
|||
|
||||
build() {
|
||||
export PYTHON=python3
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && NEON="-Dhave_mfpu_neon=0"
|
||||
cd "$pkgbase-$pkgver"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPYTHON_EXECUTABLE=$(which python3) \
|
||||
|
@ -75,7 +73,7 @@ build() {
|
|||
-DENABLE_GRC=ON \
|
||||
-DENABLE_GR_QTGUI=ON \
|
||||
-DQWT_LIBRARIES=/usr/lib/libqwt.so \
|
||||
-Wno-dev $NEON \
|
||||
-Wno-dev \
|
||||
-B build \
|
||||
-S .
|
||||
make VERBOSE=1 -C build
|
||||
|
|
Loading…
Reference in a new issue