<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e6784dac110f9ab8f3248bf2b81e0bb29f5e6deb">https://github.com/macports/macports-ports/commit/e6784dac110f9ab8f3248bf2b81e0bb29f5e6deb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new e6784dac110 ompl: cleanup compilers
</span>e6784dac110 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e6784dac110f9ab8f3248bf2b81e0bb29f5e6deb
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Oct 9 20:22:34 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ompl: cleanup compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    macports/macports-base#162 included in 2.6.3 release
</span>---
 science/ompl/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ompl/Portfile b/science/ompl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e61c8a340f..fb5ed82ec90 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ompl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ompl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem          1.0
 PortGroup           cmake 1.1
 PortGroup           active_variants 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 categories          science
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,10 +22,6 @@ depends_build-append port:pkgconfig
</span> depends_lib-append  port:boost port:ode port:flann port:triangle port:eigen3
 
 compiler.cxx_standard   2014
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Fix MacPorts base selection of C++14-compatible compilers. Remove once
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/macports/macports-base/pull/162 is released.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 602}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.args-append   -DOMPL_BUILD_DEMOS=OFF \
                         -DOMPL_BUILD_TESTS=OFF \
                         -DCMAKE_DISABLE_FIND_PACKAGE_spot=ON
</pre><pre style='margin:0'>

</pre>