[148382] trunk/dports/science/gr-baz/Portfile

michaelld at macports.org michaelld at macports.org
Fri May 6 09:32:37 PDT 2016


Revision: 148382
          https://trac.macports.org/changeset/148382
Author:   michaelld at macports.org
Date:     2016-05-06 09:32:37 -0700 (Fri, 06 May 2016)
Log Message:
-----------
gr-baz: update to 77d46dd8 (20160505), adding in a temporary patch to fix finding the new Volk dependency.

Modified Paths:
--------------
    trunk/dports/science/gr-baz/Portfile

Modified: trunk/dports/science/gr-baz/Portfile
===================================================================
--- trunk/dports/science/gr-baz/Portfile	2016-05-06 16:16:37 UTC (rev 148381)
+++ trunk/dports/science/gr-baz/Portfile	2016-05-06 16:32:37 UTC (rev 148382)
@@ -7,11 +7,10 @@
 
 name                gr-baz
 
-github.setup        balint256 gr-baz e96b4023afaf3d777784c58d95fe41a2f08dbc6c
-version             20151125
-revision            3
-checksums           rmd160 6da4b15627196bdbf12ef25c7553982d14503db5 \
-                    sha256 fc5beff2a52575099754495694dc33084608e32f81660a2833cca9cf5d94b80e
+github.setup        balint256 gr-baz 77d46dd874f7a9e1ec12a588049a313f2934dae8
+version             20160505
+checksums           rmd160 e049b8f960bd486ab0e877cc7720716b03cc931d \
+                    sha256 83f3e2330ba0b46b50d3ef459d03bcdead5489fa56242d5820121ab67e314b22
 
 # allow gr-baz to work with both gnuradio and gnuradio-devel ...
 
@@ -39,8 +38,15 @@
 depends_build-append port:pkgconfig
 depends_lib-append	port:boost \
                     port:doxygen \
-                    port:swig
+                    port:swig \
+                    path:lib/libvolk.dylib:volk
 
+# temporary fix to correctly find Volk
+
+post-patch {
+    reinplace "s at find_package(volk)@find_package(Volk)@g" ${worksrcpath}/CMakeLists.txt
+}
+
 # do VPATH (out of source tree) build
 
 cmake.out_of_source yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160506/e6cb7960/attachment.html>


More information about the macports-changes mailing list