<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/5d45d8aa2cc860512139ff22ef378b4c731da85b">https://github.com/macports/macports-ports/commit/5d45d8aa2cc860512139ff22ef378b4c731da85b</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 5d45d8a  science/ompl: add python36 variant
</span>5d45d8a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5d45d8aa2cc860512139ff22ef378b4c731da85b
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Sat Jan 14 08:46:46 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    science/ompl: add python36 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 01a86eb..8a40a49 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;'>@@ -25,7 +25,7 @@ configure.args-append   -DOMPL_BUILD_DEMOS=OFF -DOMPL_BUILD_TESTS=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]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[variant_isset python27] || [variant_isset python34] || [variant_isset python35] || [variant_isset python36]} {
</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 "" }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ http://ompl.kavrakilab.org/license.html#ricelicense"
</span>     "
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes {27 34 35}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes {27 34 35 36}
</span> 
 set pythons_ports {}
 foreach s ${pythons_suffixes} {
</pre><pre style='margin:0'>

</pre>