Ticket #55714: Portfile-gnss-sdr.diff
File Portfile-gnss-sdr.diff, 1.5 KB (added by carlesfernandez (Carles Fernandez), 7 years ago) |
---|
-
Portfile
old new 70 70 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 port, which represents GNU Radio GIT next 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. 71 71 72 72 name gnss-sdr-next 73 github.setup gnss-sdr gnss-sdr 6256f158939d5fc10b72dc275173d8fb38df2eae74 version 2018011 075 checksums rmd160 598b4019ed551557cca02fb14e264e5995b221b3\76 sha256 70ce2675d92d55c2b328184b8567c57fe9d75f79f52fe5ab24aba2cbf21abe6873 github.setup gnss-sdr gnss-sdr bc922404438afc6cc7a9c36012266bf8e4830589 74 version 20180118 75 checksums rmd160 b04801bebf22ecc445f45ac1a8a61053885b0c29 \ 76 sha256 3a48f5e822727e9e8f210d17009d4641ef01245d690a2a1de58a2a5e99da0999 77 77 78 78 conflicts gnss-sdr gnss-sdr-devel 79 79 … … 85 85 86 86 livecheck.url ${github.homepage}/commits/next.atom 87 87 88 configure.args-append \ 89 -DENABLE_UNIT_TESTING=OFF 90 88 91 } 89 92 90 93 # override github PortGroup homepage setting