Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to recipes, point to github.com/osmocom mirrors. #245

Closed
wants to merge 9 commits into from
2 changes: 2 additions & 0 deletions gnuradio-default.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ config:
gitbranch: maint-3.8
gr-lfast:
gitbranch: maint-3.8
gr-iqbal:
gitbranch: gr3.8
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes #246 for me; I was going to submit a PR but this will probably do.

5 changes: 4 additions & 1 deletion gnuradio-stable.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ config:
gitbranch: UHD-3.15.LTS
gqrx:
forcebuild: True

libvolk:
gitbranch: maint
gr-iqbal:
gitbranch: gr3.7
3 changes: 2 additions & 1 deletion gr-fosphor.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ gitbranch: master
inherit: cmake
satisfy:
port: gr-fosphor
source: git+https://git.osmocom.org/gr-fosphor
#source: git+https://git.osmocom.org/gr-fosphor
source: git+https://github.com/osmocom/gr-fosphor
5 changes: 3 additions & 2 deletions gr-iqbal.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ depends:
- gnuradio
- libosmo-dsp
description: Gnuradio I/Q balancing
gitbranch: master
#gitbranch: master
inherit: cmake
# Let's always build this from source, not binaries
source: git+https://git.osmocom.org/gr-iqbal
#source: git+https://git.osmocom.org/gr-iqbal
source: git+https://github.com/osmocom/gr-iqbal
3 changes: 2 additions & 1 deletion gr-op25.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ depends:
description: Implementation of the APCO Project 25 digital radio standard
gitbranch: master
inherit: cmake
source: git+https://git.osmocom.org/op25
#source: git+https://git.osmocom.org/op25
source: git+https://github.com/osmocom/op25
4 changes: 3 additions & 1 deletion gr-osmosdr.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ description: Interface API independent of the underlying radio hardware
gitbranch: master
inherit: cmake
# Let's always build this from source, not binaries
source: git+https://git.osmocom.org/gr-osmosdr
#source: git+https://git.osmocom.org/gr-osmosdr
#source: git+https://github.com/xtrx-sdr/gr-osmosdr
source: git+https://github.com/osmocom/gr-osmosdr
vars:
config_opt: ' -DENABLE_NONFREE=TRUE '
3 changes: 2 additions & 1 deletion libosmo-dsp.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ gitbranch: master
inherit: autoconf
satisfy:
port: libosmo-dsp
source: git+https://git.osmocom.org/libosmo-dsp
#source: git+https://git.osmocom.org/libosmo-dsp
source: git+https://github.com/osmocom/libosmo-dsp
installdir: .
3 changes: 2 additions & 1 deletion libosmocore.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ depends:
description: A library with generic ulitity functions developed by Osmocom project
gitbranch: master
inherit: autoconf
source: git+https://git.osmocom.org/libosmocore
#source: git+https://git.osmocom.org/libosmocore
source: git+https://github.com/osmocom/libosmocore
vars:
config_opt: ' --disable-libsctp '
2 changes: 1 addition & 1 deletion libvolk.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

category: common
depends:
- cheetah
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cheetah is only required for old releases. It was replaced by Mako because cheetah is abandoned and does not support Python3. Thus, this line will most likely trigger a complete Python2 install on a modern system. I'd argue that is an unwanted side-effect.
Mako, and previously Cheetah, are build time only dependencies. I'd argue that if you need an older release, please use whatever your package manager provides. In that case, you need neither Mako nor Cheetah installed.

- mako
description: Vector Optimized Library of Kernels
satisfy:
deb: libvolk2-dev
gitbranch: master
gitargs: --recursive
inherit: cmake
source: git+https://github.com/gnuradio/volk.git
3 changes: 2 additions & 1 deletion osmo-fl2k.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ depends:
description: Turns FL2000-based USB 3.0 to VGA adapters into low cost DACs
gitbranch: master
inherit: cmake
source: git+https://git.osmocom.org/osmo-fl2k
#source: git+https://git.osmocom.org/osmo-fl2k
source: git+https://github.com/osmocom/osmo-fl2k
3 changes: 2 additions & 1 deletion osmo-sdr.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ makedir: software/libosmosdr/build
satisfy:
deb: osmo-sdr && libosmosdr-dev
pacman: gnuradio-osmosdr
source: git+https://git.osmocom.org/osmo-sdr
#source: git+https://git.osmocom.org/osmo-sdr
source: git+https://github.com/osmocom/osmo-sdr
3 changes: 2 additions & 1 deletion osmo-tetra.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ make: 'cd ../src
make

'
source: git+https://git.osmocom.org/osmo-tetra
#source: git+https://git.osmocom.org/osmo-tetra
source: git+https://github.com/osmocom/osmo-tetra
uninstall: 'rm $prefix/lib/libosmo-tetra-mac.a

rm $prefix/lib/libosmo-tetra-phy.a
Expand Down
3 changes: 2 additions & 1 deletion rtl-sdr.lwr
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ satisfy:
portage: net-wireless/rtl-sdr
pacman: rtl-sdr
rpm: rtl-sdr
source: git+https://git.osmocom.org/rtl-sdr
#source: git+https://git.osmocom.org/rtl-sdr
source: git+https://github.com/osmocom/rtl-sdr
vars:
config_opt: ' -DDETACH_KERNEL_DRIVER=ON '