<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/3dbd576f1da13549596ab46368cab69e387c8f41">https://github.com/macports/macports-ports/commit/3dbd576f1da13549596ab46368cab69e387c8f41</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 3dbd576  volk: Use frameworks_dir
</span>3dbd576 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3dbd576f1da13549596ab46368cab69e387c8f41
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed May 2 17:08:45 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    volk: Use frameworks_dir
</span>---
 science/volk/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/volk/Portfile b/science/volk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cb63e74..3b20ce6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -141,7 +141,7 @@ configure.args-append \
</span> # specify the Python version to use
 
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DPYTHON_EXECUTABLE=${prefix}/Library/Frameworks/Python.framework/Versions/${PythonVersionWithDot}/bin/python${PythonVersionWithDot} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -DPYTHON_EXECUTABLE=${frameworks_dir}/Python.framework/Versions/${PythonVersionWithDot}/bin/python${PythonVersionWithDot} \
</span>     -DVOLK_PYTHON_DIR=${frameworks_dir}/Python.framework/Versions/${PythonVersionWithDot}/lib/python${PythonVersionWithDot}/site-packages
 
 default_variants +docs +orc
</pre><pre style='margin:0'>

</pre>