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

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:08:16 PDT 2013


Revision: 110630
          https://trac.macports.org/changeset/110630
Author:   jeremyhu at macports.org
Date:     2013-09-02 17:08:16 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
eigen: Adjust blacklisting

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

Modified: trunk/dports/math/eigen/Portfile
===================================================================
--- trunk/dports/math/eigen/Portfile	2013-09-03 00:06:27 UTC (rev 110629)
+++ trunk/dports/math/eigen/Portfile	2013-09-03 00:08:16 UTC (rev 110630)
@@ -26,8 +26,19 @@
 worksrcdir          ${name}-${name}-b23437e61a07
 
 # eigen has buggy C++ code that clang errors over
-compiler.blacklist clang
+compiler.blacklist *clang*
 
+platform darwin {
+    if {${os.major} >= 13} {
+        depends_lib
+        depends_run
+        pre-fetch {
+            ui_error "$name does not build on Mavericks or later."
+            error "unsupported platform"
+        }
+    }
+}
+
 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/20130902/3e76f9c0/attachment.html>


More information about the macports-changes mailing list