[100098] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Tue Nov 27 18:32:07 PST 2012


Revision: 100098
          https://trac.macports.org/changeset/100098
Author:   michaelld at macports.org
Date:     2012-11-27 18:32:07 -0800 (Tue, 27 Nov 2012)
Log Message:
-----------
gnuradio : clarify (hopefully) the warning message when compiling using CLANG.

Modified Paths:
--------------
    trunk/dports/science/gnuradio/Portfile

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2012-11-28 01:23:37 UTC (rev 100097)
+++ trunk/dports/science/gnuradio/Portfile	2012-11-28 02:32:07 UTC (rev 100098)
@@ -132,7 +132,7 @@
 
 pre-configure {
     if {${configure.compiler} == "clang"} {
-        ui_msg "WARNING: GNU Radio's VOLK component compiles best when using GCC.  The selected compiler is CLANG, which will result in a fully functioning GNU Radio install but the VOLK component will not utilize the CPU's capabilities."
+        ui_msg "WARNING: GNU Radio's VOLK component (which handles vector optimized instructions and routines) compiles best when using GCC.  The selected compiler is CLANG, which will result in a fully functioning GNU Radio install but the VOLK component will not utilize the CPU's capabilities."
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121127/908f9e46/attachment.html>


More information about the macports-changes mailing list