<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7a9858415fba50db6b4db2d86e00933c22684faa">https://github.com/macports/macports-ports/commit/7a9858415fba50db6b4db2d86e00933c22684faa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7a9858415fba50db6b4db2d86e00933c22684faa
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Jan 14 21:25:33 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gmsh: fix Python install location & add missing dep
</span>---
 science/gmsh/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmsh/Portfile b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 736dd4cde7b..fdb4b591b86 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ PortGroup               muniversal     1.0
</span> 
 name                    gmsh
 version                 4.11.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              science
 license                 GPL-2+
 maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +35,7 @@ mpi.setup
</span> veclibfort              no
 
 depends_lib-append      port:alglib \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:eigen3 \
</span>                         path:lib/libfltk.dylib:fltk \
                         port:gmp \
                         port:mathex \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -131,6 +133,11 @@ foreach pv {311 310 39 38 37} {
</span> 
         post-destroot {
             system  -W ${cmake.build_dir} "${prefix}/bin/python${python.branch} ${worksrcpath}/utils/pypi/sdktowheel.py ${destroot}${prefix} ${os.platform}"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            xinstall -d -m 0755 ${destroot}${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            move    ${destroot}${prefix}/lib/gmsh.py \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ${destroot}${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            system  -W ${destroot}${frameworks_dir}/Python.framework/Versions/${python.branch}/lib/python${python.branch} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    "${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/python3 -m compileall ."
</span>         }
         break
     }
</pre><pre style='margin:0'>

</pre>