<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4748e6272bd781afc99c53e45a0b0d6314798fbf">https://github.com/macports/macports-ports/commit/4748e6272bd781afc99c53e45a0b0d6314798fbf</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4748e6272bd781afc99c53e45a0b0d6314798fbf
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 30 19:09:34 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-scipy: update c++ standard to 2014
</span>---
 python/py-scipy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e632b670891..4492dddfc90 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ if {${name} ne ${subport}} {
</span>                             port:py${python.version}-mypy
 
         compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.cxx_standard 2014
</span>         compiler.thread_local_storage yes
         # Requires threads.h, missing in Xcode clang
         # https://build.macports.org/builders/ports-10.11_x86_64-builder/builds/136856/steps/install-port/logs/stdio
</pre><pre style='margin:0'>

</pre>