1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 20:50:33 +00:00

Fix Arch Linux

This commit is contained in:
Carles Fernandez 2018-02-24 02:04:08 +01:00
parent 45dfe6fc6f
commit 406b6bd90d

View File

@ -110,7 +110,6 @@ debian10:
- make install - make install
ubuntu14.04: ubuntu14.04:
image: ubuntu:trusty image: ubuntu:trusty
stage: build stage: build
@ -204,7 +203,6 @@ archlinux:
before_script: before_script:
- pwd - pwd
script: script:
- pacman -Syu
- pacman -S --noconfirm cmake git boost boost-libs log4cpp libvolk gnuradio gnuradio-osmosdr blas lapack gflags google-glog gnutls openssl python2-mako python2-six libmatio gtest - pacman -S --noconfirm cmake git boost boost-libs log4cpp libvolk gnuradio gnuradio-osmosdr blas lapack gflags google-glog gnutls openssl python2-mako python2-six libmatio gtest
- cd build - cd build
- cmake -DENABLE_OSMOSDR=ON .. - cmake -DENABLE_OSMOSDR=ON ..