Skip to content

Commit

Permalink
volk-gnss-sdr: migrate to boost PG
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed Jun 15, 2021
1 parent edd5106 commit 6d0601e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions science/volk-gnss-sdr/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PortSystem 1.0
PortGroup cmake 1.0
PortGroup github 1.0
PortGroup active_variants 1.1
PortGroup boost 1.0

name volk-gnss-sdr
maintainers {michaelld @michaelld} {gmail.com:carles.fernandez @carlesfernandez} openmaintainer
Expand All @@ -23,7 +24,7 @@ if {${subport} eq "volk-gnss-sdr"} {
This port is kept up with the VOLK-GNSS-SDR release, which is typically updated every few months.

github.setup gnss-sdr gnss-sdr 0.0.14 v
revision 1
revision 2
checksums rmd160 71e9bbb7e125396be06d97b26f333e9e2bb4a9be \
sha256 48ba64073a995aa6f835c7a0cb775a741db9475359b036ca4245a65a6c1135fd \
size 4269976
Expand All @@ -42,7 +43,7 @@ subport volk-gnss-sdr-devel {
checksums rmd160 8449855911e5fd114a8b4141fd8a9741d0f5dc0f \
sha256 9d81599ed7cbcc5b5658040408353133b5791bf15b310031524a5e8b4fa81571 \
size 4349096
revision 0
revision 1

conflicts volk-gnss-sdr

Expand All @@ -63,13 +64,12 @@ depends_build-append port:pkgconfig

depends_lib-append \
path:lib/libvolk.dylib:volk \
port:orc \
port:boost
port:orc

# specify the Python dependencies; these are checked for at configure,
# then used for building, but not at runtime.

set pythons_suffixes {27 36 37 38}
set pythons_suffixes {27 36 37 38 39}

set pythons_ports {}
foreach s ${pythons_suffixes} {
Expand Down Expand Up @@ -107,7 +107,7 @@ foreach s ${pythons_suffixes} {
}

if {![variant_isset debug]} {
set selected_python python38
set selected_python python39
foreach s ${pythons_suffixes} {
if {[variant_isset python${s}]} {
set selected_python python${s}
Expand Down

0 comments on commit 6d0601e

Please sign in to comment.