Commits
Michael Dickens authored 9b9d985ab92
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.0 |
5 5 | PortGroup github 1.0 |
6 6 | PortGroup active_variants 1.1 |
7 7 | PortGroup cxx11 1.1 |
8 8 | |
9 - | github.setup bastibl gr-foo cb74ba2be81096213c4b981d43131e42e77ed815 |
10 - | version 20180327 |
11 - | revision 1 |
12 - | checksums rmd160 a451a023768b3458c46c143382226fdc52ce86f2 \ |
13 - | sha256 ba8345a5075205c589319c33373b1ada0fffb5acf9689feb2a498e44747c7f0a \ |
14 - | size 107411 |
9 + | github.setup bastibl gr-foo db2f9ff59fe7a75f420af286e022a250c95efcb3 |
10 + | version 20180621 |
11 + | checksums rmd160 61264bda25d29f2621949f67f5aac4584ddb8bec \ |
12 + | sha256 ee72fad5a53ecfbbed59d03cb1e92d09043884abe13c91850203d38fce40c359 \ |
13 + | size 107414 |
15 14 | |
16 15 | # allow gr-foo to work with both gnuradio and gnuradio-devel ... |
17 16 | |
18 17 | depends_lib-append path:lib/libgnuradio-runtime.dylib:gnuradio |
19 18 | |
20 19 | # ... but not with gnuradio-next |
21 20 | |
22 21 | pre-fetch { |
23 22 | if {![catch {set installed [lindex [registry_active gnuradio-next] 0]}]} { |
24 23 | # gnuradio-next is installed; this version of gr-osmosdr does not work with gnuradio-next |