1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 15:08:51 +00:00

Remove gnuradio-osmosdr package from Archlinux

This commit is contained in:
Carles Fernandez 2019-08-24 15:10:33 +02:00
parent b0c1c26b3e
commit 1d022bce86
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -65,9 +65,9 @@ archlinux:
- pwd
script:
- pacman -Syu --noconfirm
- pacman -S --noconfirm gcc make cmake git boost boost-libs log4cpp libvolk gnuradio gnuradio-osmosdr libpcap blas lapack gflags google-glog openssl python-mako python-six pugixml libmatio gtest protobuf
- pacman -S --noconfirm gcc make cmake git boost boost-libs log4cpp libvolk gnuradio libpcap blas lapack gflags google-glog openssl python-mako python-six pugixml libmatio gtest protobuf
- cd build
- cmake -DENABLE_OSMOSDR=ON -DENABLE_RAW_UDP=ON ..
- cmake -DENABLE_RAW_UDP=ON ..
- NPROC=$(grep -c ^processor /proc/cpuinfo)
- make -j$(($NPROC+1))
- make check