[87078] trunk/dports/math/eigen/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 9 13:01:56 PST 2011


Revision: 87078
          http://trac.macports.org/changeset/87078
Author:   ryandesign at macports.org
Date:     2011-11-09 13:01:53 -0800 (Wed, 09 Nov 2011)
Log Message:
-----------
eigen: use llvm-gcc-4.2 instead of clang; see #31997

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

Modified: trunk/dports/math/eigen/Portfile
===================================================================
--- trunk/dports/math/eigen/Portfile	2011-11-09 20:49:01 UTC (rev 87077)
+++ trunk/dports/math/eigen/Portfile	2011-11-09 21:01:53 UTC (rev 87078)
@@ -24,6 +24,10 @@
 
 worksrcdir          ${name}-${name}-${version}
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args-append   -DEIGEN_BUILD_LIB=ON
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111109/350663ff/attachment.html>


More information about the macports-changes mailing list