[108998] trunk/dports/science/ompl/Portfile
mmoll at macports.org
mmoll at macports.org
Mon Aug 5 18:35:04 PDT 2013
Revision: 108998
https://trac.macports.org/changeset/108998
Author: mmoll at macports.org
Date: 2013-08-05 18:35:03 -0700 (Mon, 05 Aug 2013)
Log Message:
-----------
science/ompl: blacklist more compilers. possible fix for snow leopard
Modified Paths:
--------------
trunk/dports/science/ompl/Portfile
Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile 2013-08-06 01:17:48 UTC (rev 108997)
+++ trunk/dports/science/ompl/Portfile 2013-08-06 01:35:03 UTC (rev 108998)
@@ -1,8 +1,9 @@
# $Id$
PortSystem 1.0
-PortGroup cmake 1.0
-PortGroup active_variants 1.1
+PortGroup cmake 1.0
+PortGroup active_variants 1.1
+PortGroup compiler_blacklist_versions 1.0
name ompl
version 0.13.0
@@ -22,8 +23,11 @@
depends_lib-append port:boost port:ode port:flann
# Some code in the Boost.Graph Library, which OMPL uses, doesn't compile with these compilers
-compiler.blacklist llvm-gcc-4.2 apple-gcc-4.2 apple-gcc-4.0 gcc-4.2 gcc-4.0 gcc-3.3
+compiler.blacklist-append llvm-gcc-4.2 apple-gcc-4.2 apple-gcc-4.0 gcc-4.2 gcc-4.0 gcc-3.3
+# Xcode 3.2.x included clang but not clang++, so it used llvm-g++-4.2 instead.
+compiler.blacklist-append {clang < 137}
+
# no universal of gccxml-devel
universal_variant no
configure.args-append -DOMPL_BUILD_DEMOS=OFF
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130805/4990cc69/attachment.html>
More information about the macports-changes
mailing list