[142108] trunk/dports/science/gnss-sdr/Portfile

michaelld at macports.org michaelld at macports.org
Sat Dec 12 04:21:52 PST 2015


Revision: 142108
          https://trac.macports.org/changeset/142108
Author:   michaelld at macports.org
Date:     2015-11-03 11:54:49 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
gnss-sdr*:
+ use new volk-gnss-sdr* ports;
+ add overall dependnecy on boost;
+ rev bump for changes.

Modified Paths:
--------------
    trunk/dports/science/gnss-sdr/Portfile

Modified: trunk/dports/science/gnss-sdr/Portfile
===================================================================
--- trunk/dports/science/gnss-sdr/Portfile	2015-11-03 19:54:03 UTC (rev 142107)
+++ trunk/dports/science/gnss-sdr/Portfile	2015-11-03 19:54:49 UTC (rev 142108)
@@ -22,13 +22,14 @@
         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.
 
     github.setup        gnss-sdr gnss-sdr 0.0.6 v
+    revision            1
     checksums           rmd160 3a578f4795f6230d3f627dbe6f80f77c7dac206e \
                         sha256 ed81a5dff8d91b0b1d561ab8a240818da447c8358b95ab42d6a17b479e873c3e
     github.tarball_from tags
 
     conflicts           gnss-sdr-devel gnss-sdr-next
 
-    depends_lib-append  port:gnuradio
+    depends_lib-append  port:gnuradio port:volk-gnss-sdr
 
     require_active_variants port:gnuradio uhd
 
@@ -52,12 +53,13 @@
     name                gnss-sdr-devel
     github.setup        gnss-sdr gnss-sdr df6bd17bd844cddf46ce3f7e2a86fcde4a5eb24b
     version             20151025
+    revision            1
     checksums           rmd160 022cdccaf466d7c5cd43e4fd0ba201400eda9d0e \
                         sha256 0808ecf6e17bf8e2b52f19bfd0c472f18c5a8718d5a665574c052c0a06452789
 
     conflicts           gnss-sdr gnss-sdr-next
 
-    depends_lib-append  port:gnuradio-devel
+    depends_lib-append  port:gnuradio-devel port:volk-gnss-sdr-devel
 
     require_active_variants port:gnuradio-devel uhd
 
@@ -68,14 +70,15 @@
         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.
 
     name                gnss-sdr-next
-    github.setup        gnss-sdr gnss-sdr d873760142da15c6738034e1e130ace1285eb451
-    version             20151027
-    checksums           rmd160 b7c15502b30416e1d41ac62eb3d2912ee3c2e3c4 \
-                        sha256 01e9cc9b32f9ae8e9c4f9249d64d6cca96b2f4ac701ae9831f1a897f97ce3bf9
+    github.setup        gnss-sdr gnss-sdr db4d55db6227cb220499ef1431f79cfbbf48b469
+    version             20151101
+    revision            1
+    checksums           rmd160 a362905eab0ce835ae9acaeabf5d5f46e72289a9 \
+                        sha256 bc3be18d87cc2de812ba4ee3f00e9c27052e99fe2b2e3905236ce236522448da
 
     conflicts           gnss-sdr gnss-sdr-devel
 
-    depends_lib-append  port:gnuradio-next
+    depends_lib-append  port:gnuradio-next port:volk-gnss-sdr-next
 
     require_active_variants port:gnuradio-next uhd
 
@@ -90,9 +93,9 @@
 depends_lib-append  \
     port:armadillo \
     port:google-glog \
-    port:orc \
     path:lib/libuhd.dylib:uhd \
-    port:py27-cheetah
+    port:py27-cheetah \
+    port:boost
 
 # release uses openssl while delve and next use gnutls;
 # next release update to just gnutls.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f294f555/attachment-0001.html>


More information about the macports-changes mailing list