<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/35b8bf1fae93cf8abb3eed274fae9de890ed1296">https://github.com/macports/macports-ports/commit/35b8bf1fae93cf8abb3eed274fae9de890ed1296</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 35b8bf1 uhd: make active variant boost-pythonXY just for uhd release
</span>35b8bf1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 35b8bf1fae93cf8abb3eed274fae9de890ed1296
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Apr 2 21:07:58 2019 -0400
<span style='display:block; white-space:pre;color:#404040;'> uhd: make active variant boost-pythonXY just for uhd release
</span>---
science/uhd/Portfile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7eaa60f..8e17f5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -367,7 +367,12 @@ if {${subport} ne "uhd-39lts"} {
</span> -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/${PythonVersionWithDot}/Python \
-DUHD_PYTHON_DIR=${frameworks_dir}/Python.framework/Versions/${PythonVersionWithDot}/lib/python${PythonVersionWithDot}/site-packages
<span style='display:block; white-space:pre;background:#ffe0e0;'>- require_active_variants boost python${PythonVersionNoDot}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # 'uhd' requires boost-python to be the correct version, not
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # 'uhd-devel' or 'uhd-39lts'; remove this once the release has
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # fully moved to pybind11.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${subport} eq "uhd"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants boost python${PythonVersionNoDot}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
if {![variant_isset python_api]} {
</pre><pre style='margin:0'>
</pre>