<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4864d8dc7cdca392e6bf77d07006ff1113dd37e0">https://github.com/macports/macports-ports/commit/4864d8dc7cdca392e6bf77d07006ff1113dd37e0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 4864d8dc7cd volk: require C++17 as of 2.5.0 release
</span>4864d8dc7cd is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 4864d8dc7cdca392e6bf77d07006ff1113dd37e0
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Jun 23 15:28:40 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> volk: require C++17 as of 2.5.0 release
</span>---
science/volk/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/volk/Portfile b/science/volk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e24f21c5610..30b13d6017e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,9 +7,8 @@ PortGroup muniversal 1.0
</span> PortGroup compiler_blacklist_versions 1.0
PortGroup boost 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Volk requires C/C++11 as of release 2.0.0
</span> 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 2017
</span>
# some older Clang say they support SIMD when they don't
compiler.blacklist-append {clang < 900}
</pre><pre style='margin:0'>
</pre>