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

mmoll at macports.org mmoll at macports.org
Wed Aug 24 11:42:58 PDT 2016


Revision: 151946
          https://trac.macports.org/changeset/151946
Author:   mmoll at macports.org
Date:     2016-08-24 11:42:58 -0700 (Wed, 24 Aug 2016)
Log Message:
-----------
science/ompl: clean up, require C++11 compiler

Modified Paths:
--------------
    trunk/dports/science/ompl/Portfile

Modified: trunk/dports/science/ompl/Portfile
===================================================================
--- trunk/dports/science/ompl/Portfile	2016-08-24 17:46:30 UTC (rev 151945)
+++ trunk/dports/science/ompl/Portfile	2016-08-24 18:42:58 UTC (rev 151946)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup           cmake 1.0
 PortGroup           active_variants 1.1
-PortGroup           compiler_blacklist_versions 1.0
+PortGroup           cxx11 1.0
 cmake.out_of_source yes
 
 name                ompl
@@ -22,11 +22,6 @@
                     sha256  9d00fdb262222ba5ff5732be84212c6b0ba769b0b0fb64a1189e5f1db1c568eb
 depends_lib-append  port:boost port:ode port:flann port:triangle port:eigen3
 
-# We "inherit" the compiler blacklist from the Boost port, since OMPL depends heavily on Boost.
-compiler.blacklist {clang < 421} *llvm-gcc-4.2 *gcc-4.0 gcc-3.3
-
-# no universal of gccxml-devel
-universal_variant   no
 configure.args-append   -DOMPL_BUILD_DEMOS=OFF
 # generate the extra C++ code needed for Python bindings. This code seems
 # somewhat dependent on compiler and/or boost version, so we can't
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160824/2ec406bc/attachment.html>


More information about the macports-changes mailing list