[104580] trunk/dports/science/mpich/Portfile
eborisch at macports.org
eborisch at macports.org
Thu Mar 28 15:08:17 PDT 2013
Revision: 104580
https://trac.macports.org/changeset/104580
Author: eborisch at macports.org
Date: 2013-03-28 15:08:17 -0700 (Thu, 28 Mar 2013)
Log Message:
-----------
mpich[-devel]: Place upper bound on clang blacklist. Reported to work with Xcode 4.6.
Modified Paths:
--------------
trunk/dports/science/mpich/Portfile
Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile 2013-03-28 22:08:02 UTC (rev 104579)
+++ trunk/dports/science/mpich/Portfile 2013-03-28 22:08:17 UTC (rev 104580)
@@ -77,7 +77,7 @@
# Linker for Apple clang version 431.11.66 currently segfaults
# See https://trac.macports.org/ticket/36654#comment:9
-compiler.blacklist-append {clang >= 421.11.66}
+compiler.blacklist-append {clang >= 421.11.66 < 425.0.24}
platform darwin {
configure.args-append --enable-timer-type=mach_absolute_time
@@ -95,7 +95,7 @@
# variants for what compiler the user would like to wrap.
# Compiler variant set
-# name depends_lib configure.compiler Description
+# name depends_lib configure.compiler Description
array set clist {
clang {"" clang "Apple native"}
clang31 {port:clang-3.1 macports-clang-3.1 "MacPorts' version"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130328/e382104e/attachment.html>
More information about the macports-changes
mailing list