<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/a7e3e6a8c3384a1276f6866ba5df50c9422810f6">https://github.com/macports/macports-ports/commit/a7e3e6a8c3384a1276f6866ba5df50c9422810f6</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 a7e3e6a  volk: update syntax for C/C++11 compiler selection
</span>a7e3e6a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a7e3e6a8c3384a1276f6866ba5df50c9422810f6
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Nov 6 06:58:01 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    volk: update syntax for C/C++11 compiler selection
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This is now required as of 2.0.0, but was already added in anticipation of the requirement.
</span>---
 science/volk/Portfile | 7 +++----
 1 file changed, 3 insertions(+), 4 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 3e20661..385e626 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;'>@@ -5,10 +5,9 @@ PortGroup           cmake 1.0
</span> PortGroup           github 1.0
 PortGroup           muniversal 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# although Volk does not technically require C++11, forcing the use of
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# modern compilers reduces build failures. Also, it will require C++11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# in the future, so let's just get on the bandwagon early.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Volk requires C/C++11 as of release 2.0.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span> 
 name                volk
 categories          science comms
</pre><pre style='margin:0'>

</pre>