[108436] trunk/dports/math/cadabra/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 23 07:33:37 PDT 2013


Revision: 108436
          https://trac.macports.org/changeset/108436
Author:   ryandesign at macports.org
Date:     2013-07-23 07:33:37 -0700 (Tue, 23 Jul 2013)
Log Message:
-----------
cadabra: presume that gcc-4.2 and gcc-4.0 will also work

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

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2013-07-23 14:25:20 UTC (rev 108435)
+++ trunk/dports/math/cadabra/Portfile	2013-07-23 14:33:37 UTC (rev 108436)
@@ -40,10 +40,10 @@
 # Cannot use clang because xperm uses nested functions and variable
 # sized arrays, both of which clang will never support. Silly llvm makes
 # cadabra crash all over the place for no good reason, so that's out
-# too. Furthermore, we cannot use anything except 4.2 because that will
-# lead to cadabra being linked to two different libstdc++ libraries,
-# with malloc failures as a result.
-configure.compiler  apple-gcc-4.2
+# too. Furthermore, we cannot use any GCC other than Apple's because
+# that will lead to cadabra being linked to two different libstdc++
+# libraries, with malloc failures as a result.
+compiler.whitelist  gcc-4.2 gcc-4.0 apple-gcc-4.2
 
 # TODO: Remove when MacPorts 2.2 is released.
 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130723/8fe095f3/attachment.html>


More information about the macports-changes mailing list