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

michaelld at macports.org michaelld at macports.org
Thu Nov 14 15:46:56 PST 2013


Revision: 113388
          https://trac.macports.org/changeset/113388
Author:   michaelld at macports.org
Date:     2013-11-14 15:46:56 -0800 (Thu, 14 Nov 2013)
Log Message:
-----------
gnuradio: just blacklist Apple clang, since I can't get it to reliably build using even the latest version.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-11-14 23:23:31 UTC (rev 113387)
+++ trunk/dports/science/gnuradio/Portfile	2013-11-14 23:46:56 UTC (rev 113388)
@@ -127,16 +127,18 @@
     }
 
     # GNU Radio 3.7.1+ works with Apple GCC, some Apple clang >=
-    # 500.2.79, and MacPorts clang 3.4 or newer; blacklist other
-    # compilers.
+    # 500.2.79, maybe, and MacPorts clang 3.4 or newer; blacklist
+    # other compilers.
 
-    if {${os.major} == 13} {
-        # works with Apple's clang 500.2.79 on 10.9, but not 10.8.
-        compiler.blacklist-append { clang < 500.2.79 }
-    } else {
-        compiler.blacklist-append clang
-    }
+    # for now, just disable Apple clang since I can't get it to
+    # reliably build using even the latest version.
 
+    # if {${os.major} == 13} {}
+    # works with Apple's clang 500.2.79 on 10.9, but not 10.8.
+    # compiler.blacklist-append { clang < 500.2.79 }
+
+    compiler.blacklist-append clang
+
     compiler.blacklist-append \
         macports-clang-2.9 macports-clang-3.1 \
         macports-clang-3.2 macports-clang-3.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131114/85374113/attachment.html>


More information about the macports-changes mailing list