<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/e98718846a3c711a670c0eab42e1296075b12113">https://github.com/macports/macports-ports/commit/e98718846a3c711a670c0eab42e1296075b12113</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 e987188 ompl: Fix C++14 compiler selection bug
</span>e987188 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e98718846a3c711a670c0eab42e1296075b12113
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jun 3 14:26:34 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> ompl: Fix C++14 compiler selection bug
</span>---
science/ompl/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<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 41622e4..31ece59 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,6 +3,7 @@
</span> PortSystem 1.0
PortGroup cmake 1.1
PortGroup active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
categories science
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +23,10 @@ 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:#e0ffe0;'>+# Fix MacPorts base selection of C++14-compatible compilers. Remove once
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-base/pull/162 is released.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 602}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append -DOMPL_BUILD_DEMOS=OFF \
-DOMPL_BUILD_TESTS=OFF \
-DCMAKE_DISABLE_FIND_PACKAGE_spot=ON
</pre><pre style='margin:0'>
</pre>