Commits
Carles Fernandez authored and Michael Dickens committed 18fa4487765
32 32 | |
33 33 | if {${subport} eq "gnss-sdr"} { |
34 34 | |
35 35 | long_description ${description}: \ |
36 36 | This port is kept up with the GNSS-SDR release, which is typically updated every few months. This version compiles against the gnuradio port, which represents the current GNU Radio release. |
37 37 | |
38 38 | github.setup gnss-sdr gnss-sdr 0.0.11 v |
39 39 | checksums rmd160 c280bf809e1e99187a1d060684f06d9b2f6aeb7f \ |
40 40 | sha256 0c55b5cd971f308d734b00c7d68e3c43fc25fcf787b40b330b04ca624d3583d1 \ |
41 41 | size 3716114 |
42 - | revision 2 |
42 + | revision 3 |
43 43 | |
44 44 | conflicts gnss-sdr-devel gnss-sdr-next |
45 45 | |
46 46 | depends_lib-append port:gnuradio port:volk-gnss-sdr |
47 47 | |
48 48 | require_active_variants port:gnuradio uhd |
49 49 | |
50 50 | } |
51 51 | |
52 52 | subport gnss-sdr-devel { |
53 53 | |
54 54 | long_description ${description}: \ |
55 55 | This port is kept up with the GNSS-SDR GIT master branch, which is typically updated daily to weekly. This version of GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnuradio-devel port, which represents GNU Radio GIT master branch. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnss-sdr and gnuradio ports, cleaning any current builds, and trying again. |
56 56 | |
57 57 | name gnss-sdr-devel |
58 58 | github.setup gnss-sdr gnss-sdr 95cc4d7b7a5a6ba3682abca53b0fde41b8b6e206 |
59 59 | version 20190805 |
60 60 | checksums rmd160 c280bf809e1e99187a1d060684f06d9b2f6aeb7f \ |
61 61 | sha256 0c55b5cd971f308d734b00c7d68e3c43fc25fcf787b40b330b04ca624d3583d1 \ |
62 62 | size 3716114 |
63 - | revision 2 |
63 + | revision 3 |
64 64 | |
65 65 | conflicts gnss-sdr gnss-sdr-next |
66 66 | |
67 67 | depends_lib-append port:gnuradio-devel port:volk-gnss-sdr-devel |
68 68 | |
69 69 | require_active_variants port:gnuradio-devel uhd |
70 70 | |
71 71 | } |
72 72 | |
73 73 | subport gnss-sdr-next { |
74 74 | long_description ${description}: \ |
75 75 | This port is kept up with the GNSS-SDR GIT next branch, which is typically updated daily to weekly. This version of GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnuradio-next subport. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnss-sdr and gnuradio ports, cleaning any current builds, and trying again. |
76 76 | |
77 77 | name gnss-sdr-next |
78 - | github.setup gnss-sdr gnss-sdr 124531ba39f5f280bb984a4b3fe11863d639a385 |
79 - | version 20191027-[string range ${github.version} 0 7] |
80 - | checksums rmd160 f53b95bfe66e479218176a17cadc64f8eb81aac0 \ |
81 - | sha256 d07dbbd90551e85ddc15d0a0c01ca608f1de875f50df381e4cd64458358abb3b \ |
82 - | size 3754796 |
78 + | github.setup gnss-sdr gnss-sdr 39234295d71b33a4e01b44147e837ff2aa0edd11 |
79 + | version 20191201-[string range ${github.version} 0 7] |
80 + | checksums rmd160 682fe7a087e6a5cca2e15537f49b2cefea4dd4c9 \ |
81 + | sha256 1afd38c63bd2df2dd744344da41162f9586d3b65b2be2cd2f019f311d47fba0f \ |
82 + | size 3761297 |
83 83 | revision 0 |
84 84 | |
85 85 | conflicts gnss-sdr gnss-sdr-devel |
86 86 | |
87 87 | depends_lib-append port:gnuradio-next port:volk-gnss-sdr-next |
88 88 | |
89 89 | require_active_variants port:gnuradio-next uhd |
90 90 | |
91 91 | # specify version info |
92 92 | |