<pre style='margin:0'>
Mark Moll (mamoll) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/703054c1cf00ae14044e00180fc33efee8291894">https://github.com/macports/macports-ports/commit/703054c1cf00ae14044e00180fc33efee8291894</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 703054c  science/ompl: generate python bindings for python37 variant
</span>703054c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 703054c1cf00ae14044e00180fc33efee8291894
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Sat Aug 25 22:09:42 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    science/ompl: generate python bindings for python37 variant
</span>---
 science/ompl/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 6be507b..2876fea 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;'>@@ -6,7 +6,7 @@ cmake.out_of_source yes
</span> 
 name                ompl
 version             1.4.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          science
 maintainers         {mmoll @mamoll}
 description         The Open Motion Planning Library (OMPL)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ configure.args-append   -DOMPL_BUILD_DEMOS=OFF \
</span> # somewhat dependent on compiler and/or boost version, so we can't
 # pre-generate them and make them available as an extra download.
 post-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[variant_isset python27] || [variant_isset python34] || [variant_isset python35] || [variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[variant_isset python27] || [variant_isset python34] || [variant_isset python35] || [variant_isset python36] || [variant_isset python37]} {
</span>         # enable parallel build on at most 2 cores. Generating the bindings
         # uses large amounts of memory, so don't use more cores.
         if { ${use_parallel_build} } { set cj "-j 2" } else { set cj "" }
</pre><pre style='margin:0'>

</pre>