[119531] trunk/dports/math/ceres-solver/Portfile

mmoll at macports.org mmoll at macports.org
Tue Apr 29 08:24:35 PDT 2014


Revision: 119531
          https://trac.macports.org/changeset/119531
Author:   mmoll at macports.org
Date:     2014-04-29 08:24:35 -0700 (Tue, 29 Apr 2014)
Log Message:
-----------
math/ceres-solver: possible fix for build on mountain lion

Modified Paths:
--------------
    trunk/dports/math/ceres-solver/Portfile

Modified: trunk/dports/math/ceres-solver/Portfile
===================================================================
--- trunk/dports/math/ceres-solver/Portfile	2014-04-29 15:09:22 UTC (rev 119530)
+++ trunk/dports/math/ceres-solver/Portfile	2014-04-29 15:24:35 UTC (rev 119531)
@@ -2,6 +2,8 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           compiler_blacklist_versions 1.0
+
 name                ceres-solver
 version             1.8.0
 categories          math
@@ -15,6 +17,9 @@
 checksums           rmd160  c09eb167c701c90b022e59223b13efd116ba6271 \
                     sha256  8ee53241930622b74946201123cd38231161878caacf6c30a3bf1c68b24d79af
 
+# internal compiler error with this version of clang
+compiler.blacklist {clang == 421.11.66}
+
 patch {
     reinplace "s|-Werror||g" ${worksrcpath}/CMakeLists.txt
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140429/57b2ba6f/attachment.html>


More information about the macports-changes mailing list