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

<span style='display:block; white-space:pre;color:#404040;'>    ngsolve: require a compiler that supports C++17
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/57809
</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 f89c48d..0829e73 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;'>@@ -24,6 +24,9 @@ checksums           rmd160  ddf70837091e04df77eb94e8265dc2775f8f0581 \
</span>                     sha256  8d3fb954dbe52325f6aef3b1321a275260be6ee8b2785df4fda27962471b791f \
                     size    15069668
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# requires a compiler that supports C++17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900.0.39} macports-clang-3.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compilers.choose    cc cxx
 compilers.setup
 
</pre><pre style='margin:0'>

</pre>