Skip to content

Commit

Permalink
Removed some superfluous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr0wn committed Nov 20, 2016
1 parent c07dceb commit 03b560f
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 39 deletions.
2 changes: 0 additions & 2 deletions airspy.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

category: hardware
depends:
- git
- cmake
- libusb
description: Host side software for AirSpy dongles
gitbranch: master
Expand Down
2 changes: 0 additions & 2 deletions apache-thrift.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ configure: './bootstrap.sh && ./configure --prefix=$prefix
'
depends:
- libtool
- automake
- gcc
- boost
- bison
- flex
Expand Down
1 change: 0 additions & 1 deletion armadillo.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

category: baseline
depends:
- cmake
- blas
- lapack
inherit: cmake
Expand Down
2 changes: 0 additions & 2 deletions bladeRF.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
category: hardware
configuredir: host/build
depends:
- git
- cmake
- libusb
description: Host side drivers, libraries and utilities to interact with bladeRF platform
gitbranch: master
Expand Down
1 change: 0 additions & 1 deletion gnuradio.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ depends:
- lxml
- pygtk
- pycairo
- cmake
- pyqt4
- pyqwt5
- apache-thrift
Expand Down
1 change: 0 additions & 1 deletion gr-baz.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ depends:
- gnuradio
- uhd
- curl
- cmake
- armadillo
- gr-compat
description: Collection of new blocks for GNU Radio http://wiki.spench.net/wiki/gr-baz
Expand Down
2 changes: 0 additions & 2 deletions gr-eventstream.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ category: common
depends:
- gnuradio
- curl
- git
- cmake
description: Translation between streams of data and scheduled-finite length events
gitbranch: master
inherit: cmake
Expand Down
3 changes: 0 additions & 3 deletions gr-polaris.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#

category: hardware
depends:
- git
- cmake
gitbranch: master
inherit: cmake
source: git+https://github.com/drs-ss/gr-polaris.git
10 changes: 3 additions & 7 deletions gtest.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@

category: baseline
depends:
- subversion
- cmake
install: 'mkdir -p $prefix/gtest && cp -R include $prefix/gtest && cp -R src $prefix/gtest

'
make: 'cmake .

'
install: mkdir -p $prefix/gtest && cp -R include $prefix/gtest && cp -R src $prefix/gtest
make: cmake .
inherit: empty
satisfy:
deb: libgtest-dev
port: gtest
Expand Down
2 changes: 0 additions & 2 deletions hackrf.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
category: hardware
configuredir: host/build
depends:
- git
- cmake
- libusb
description: Hardware designs and software for HackRF, a low cost, open source SDR platform
gitbranch: master
Expand Down
1 change: 0 additions & 1 deletion lapack.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

category: baseline
depends:
- cmake
- gmp
- mpfr
- gfortran
Expand Down
2 changes: 0 additions & 2 deletions libiio.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ category: hardware
depends:
- libxml
- libusb
- cmake
- git
description: Library for interfacing with IIO devices
gitrev: tags/v0.7
inherit: cmake
Expand Down
4 changes: 0 additions & 4 deletions libperseus-sdr.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@

category: common
configure: 'autoreconf -i

./configure --prefix=$prefix $config_opt

'
depends:
- autoconf
- libtool
- automake
- git
- libusb
description: Perseus SDR access library
gitbranch: master
Expand Down
5 changes: 0 additions & 5 deletions libsodium.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@

category: baseline
configure: 'autoreconf -i

./configure --prefix=$prefix $config_opt

'
depends:
- make
- git
- autoconf
- automake
gitbranch: master
inherit: autoconf
Expand Down
2 changes: 0 additions & 2 deletions libtalloc-dev.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

category: baseline
depends:
- git
- make
- libtool
inherit: autoconf
satisfy:
Expand Down
2 changes: 0 additions & 2 deletions osmo-sdr.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
category: hardware
configuredir: software/libosmosdr/build
depends:
- git
- cmake
- libusb
description: Collection of SDR related software and hardware projects
gitbranch: master
Expand Down

0 comments on commit 03b560f

Please sign in to comment.