-
Notifications
You must be signed in to change notification settings - Fork 128
/
gnuradio37.lwr
60 lines (59 loc) · 1.76 KB
/
gnuradio37.lwr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# This file is part of PyBOMBS
#
# PyBOMBS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# PyBOMBS is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyBOMBS; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#
depends:
- boost
- fftw
- cppunit
- swig
- gsl
- gmp
- uhd
- alsa
- cheetah
- wxpython
- numpy
- lxml
- pygtk
- pycairo
- pyqt4
- qwt5
- pyqwt5
- apache-thrift
- liblog4cpp
- zeromq
- python-zmq
description: Free and open source toolkit for software defined radio
category: common
satisfy:
deb: gnuradio-dev
rpm: gnuradio-devel
pacman: gnuradio
port: gnuradio
portage: net-wireless/gnuradio
pkgconfig: gnuradio-runtime
source: git+https://github.com/gnuradio/gnuradio.git
gitbranch: maint-3.7
gitargs: --recursive
vars: # We explicitly enable some subcomponents to make sure the build fails if they're not working:
config_opt: " -DENABLE_DOXYGEN=$builddocs -DENABLE_GR_AUDIO=ON -DENABLE_GR_BLOCKS=ON -DENABLE_GR_DIGITAL=ON -DENABLE_GR_FEC=ON -DENABLE_GR_FFT=ON -DENABLE_GR_FILTER=ON -DENABLE_GR_QTGUI=ON -DENABLE_GR_UHD=ON -DENABLE_PYTHON=ON -DENABLE_VOLK=ON -DENABLE_GRC=ON "
inherit: cmake
configure_static: cmake .. -DCMAKE_BUILD_TYPE=$cmakebuildtype -DCMAKE_INSTALL_PREFIX=$prefix -DENABLE_STATIC_LIBS=True $config_opt
install: |
make install
make install