[149961] trunk/dports/math/qhull/Portfile

mmoll at macports.org mmoll at macports.org
Wed Jul 6 14:50:55 PDT 2016


Revision: 149961
          https://trac.macports.org/changeset/149961
Author:   mmoll at macports.org
Date:     2016-07-06 14:50:54 -0700 (Wed, 06 Jul 2016)
Log Message:
-----------
math/qhull: possible fix for Snow Leopard

Modified Paths:
--------------
    trunk/dports/math/qhull/Portfile

Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	2016-07-06 20:41:50 UTC (rev 149960)
+++ trunk/dports/math/qhull/Portfile	2016-07-06 21:50:54 UTC (rev 149961)
@@ -3,7 +3,7 @@
 
 PortSystem 1.0
 PortGroup           cmake 1.0
-PortGroup  compiler_blacklist_versions 1.0
+PortGroup           compiler_blacklist_versions 1.0
 PortGroup           compilers 1.0
 cmake.out_of_source yes
 
@@ -42,9 +42,7 @@
 }
 
 # See https://trac.macports.org/ticket/51486
-# This doesn't seem to work as expected; see
-# ​https://build.macports.org/builders/buildports-snowleopard-x86_64/builds/42188
-compiler.blacklist  *gcc-4.2 {*gcc-4.[0-6]}
+compiler.blacklist  *gcc-4.2 {*gcc-4.[0-6]} {clang < 137}
 
 # qhull requires compiler with -Wno-sign-conversion
 # 10.6 doesn't have it by default
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160706/d72ccc93/attachment-0001.html>


More information about the macports-changes mailing list