[108993] trunk/dports/science/ompl/Portfile

mmoll at macports.org mmoll at macports.org
Mon Aug 5 14:52:48 PDT 2013


Revision: 108993
          https://trac.macports.org/changeset/108993
Author:   mmoll at macports.org
Date:     2013-08-05 14:52:48 -0700 (Mon, 05 Aug 2013)
Log Message:
-----------
science/ompl: blacklist llvm-gcc-4.2. 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-05 21:24:32 UTC (rev 108992)
+++ trunk/dports/science/ompl/Portfile	2013-08-05 21:52:48 UTC (rev 108993)
@@ -21,6 +21,9 @@
 distname            ${name}-${version}-Source
 depends_lib-append  port:boost port:ode port:flann
 
+# Some code in the Boost.Graph Library that OMPL uses doesn't compile with llvm-gcc-4.2
+compiler.blacklist  llvm-gcc-4.2
+
 # 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/0ee76d14/attachment.html>


More information about the macports-changes mailing list