mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Add python3-mako, python3-cheetah and python3-numpy as build dependencies
This commit is contained in:
parent
1f7891ea4c
commit
e17bb50efd
@ -71,7 +71,7 @@ for:
|
||||
libxml2-dev bison flex ffmpeg libpostproc-dev libavcodec-dev libavformat-dev \
|
||||
libopus-dev libcodec2-dev libairspy-dev libhackrf-dev \
|
||||
libbladerf-dev libsoapysdr-dev libiio-dev \
|
||||
python-mako \
|
||||
python3-mako python3-cheetah python3-numpy \
|
||||
autoconf automake libtool
|
||||
- sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES=ON" ]]; then bash cmake/ci/build_cm256cc.sh; fi
|
||||
- sh: if [[ ! "${CMAKE_CUSTOM_OPTIONS}" =~ "ENABLE_EXTERNAL_LIBRARIES=ON" ]]; then bash cmake/ci/build_mbelib.sh; fi
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -27,7 +27,9 @@ Build-Depends: debhelper (>= 9),
|
||||
libopus-dev,
|
||||
libairspy-dev,
|
||||
libhackrf-dev,
|
||||
python-mako
|
||||
python3-mako
|
||||
python3-cheetah
|
||||
python3-numpy
|
||||
# TODO:
|
||||
# - more dependencies based on version; newer has more devices
|
||||
# - manage dependencies not present upstream
|
||||
|
Loading…
Reference in New Issue
Block a user