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

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 14:12:05 PDT 2013


Revision: 109074
          https://trac.macports.org/changeset/109074
Author:   jeremyhu at macports.org
Date:     2013-08-07 14:12:05 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
eigen: Use compiler.blacklist

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

Modified: trunk/dports/math/eigen/Portfile
===================================================================
--- trunk/dports/math/eigen/Portfile	2013-08-07 21:08:19 UTC (rev 109073)
+++ trunk/dports/math/eigen/Portfile	2013-08-07 21:12:05 UTC (rev 109074)
@@ -25,11 +25,9 @@
 #worksrcdir          ${name}-${name}-${version}
 worksrcdir          ${name}-${name}-b23437e61a07
 
+# eigen has buggy C++ code that clang errors over
+compiler.blacklist clang
 
-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/20130807/dcf92003/attachment.html>


More information about the macports-changes mailing list