<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/271d37672d376a74408736692f13369616482955">https://github.com/macports/macports-ports/commit/271d37672d376a74408736692f13369616482955</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 271d376  vtk:  fix install location of python files (#6926)
</span>271d376 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 271d37672d376a74408736692f13369616482955
</span>Author: Jonathan Stickel <jjstickel@gmail.com>
AuthorDate: Mon May 4 12:30:14 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    vtk:  fix install location of python files (#6926)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * read configuration path variable for python variants
</span><span style='display:block; white-space:pre;color:#404040;'>    * Closes:  https://trac.macports.org/ticket/60367
</span>---
 graphics/vtk/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/vtk/Portfile b/graphics/vtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7245ded..a7a258b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/vtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/vtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -135,6 +135,7 @@ foreach pyver ${python_versions} {
</span>                 -DPYTHON_EXECUTABLE:STRING=${prefix}/bin/python${python_branch} \
                 -DPYTHON_INCLUDE_DIR=${frameworks_dir}/Python.framework/Versions/${python_branch}/Headers/ \
                 -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/${python_branch}/lib/libpython${python_branch}.dylib \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                -DVTK_INSTALL_PYTHON_MODULES_DIR=${frameworks_dir}/Python.framework/Versions/${python_branch}/lib/python${python_branch}/site-packages \
</span> 
             if {[mpi_variant_isset]} {
                 depends_lib-append port:py${pyver}-mpi4py
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -144,7 +145,6 @@ foreach pyver ${python_versions} {
</span>     "
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant xdmf description {Add XDMF readers} {
     depends_lib-append port:boost \
                        port:xdmf
</pre><pre style='margin:0'>

</pre>