Revision
119531
Author
mmoll@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

Diff

Modified: trunk/dports/math/ceres-solver/Portfile (119530 => 119531)


--- 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
 }