<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/606a8b7c83369c63639bf46b1b3dc169c1909f93">https://github.com/macports/macports-ports/commit/606a8b7c83369c63639bf46b1b3dc169c1909f93</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 606a8b7c83369c63639bf46b1b3dc169c1909f93
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Mar 7 06:44:47 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ngsolve: avoid opportunistically using MacPorts bash
</span>---
 math/ngsolve/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<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 9590f01..b1a8dca 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;'>@@ -8,7 +8,7 @@ PortGroup               cmake           1.1
</span> PortGroup               active_variants 1.1
 
 github.setup            NGSolve ngsolve 6.2.2001 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                2
</span> platforms               darwin
 categories              math
 license                 LGPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,9 @@ configure.args-append   -DNETGEN_DIR=${prefix} \
</span>                         -DBUILD_UMFPACK=NO \
                         -DUSE_NATIVE_ARCH=NO
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# avoid depends_lib-append port:bash
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DBASH=/bin/bash
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> veclibfort              no
 pre-configure {
     configure.args-append ${cmake_linalglib}
</pre><pre style='margin:0'>

</pre>