<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/0717de77fa97dc7f57dcfe0448ab155c9e42fc4e">https://github.com/macports/macports-ports/commit/0717de77fa97dc7f57dcfe0448ab155c9e42fc4e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0717de77fa97dc7f57dcfe0448ab155c9e42fc4e
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Dec 26 11:50:15 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ngsolve: add missing build dependency on pybind11
</span>---
 math/ngsolve/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ngsolve/Portfile b/math/ngsolve/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0829e73..9ca4d5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ngsolve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ngsolve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,9 @@ post-extract {
</span>         ${worksrcpath}/basiclinalg/ng_clapack.h
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    port:pybind11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append \
     port:SuiteSparse_AMD \
     port:SuiteSparse_CCOLAMD \
</pre><pre style='margin:0'>

</pre>