<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/46202f98147d9ce8a72e831416b3203178c31fb3">https://github.com/macports/macports-ports/commit/46202f98147d9ce8a72e831416b3203178c31fb3</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 46202f9 volk: don't use AppleClang < 900
</span>46202f9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 46202f98147d9ce8a72e831416b3203178c31fb3
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Apr 4 20:55:40 2020 -0400
<span style='display:block; white-space:pre;color:#404040;'> volk: don't use AppleClang < 900
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> These Clang report that some SIMD is supported when it isn't, which leads to build failure.
</span>---
science/volk/Portfile | 3 +++
1 file changed, 3 insertions(+)
<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 cd358bf..6358165 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;'>@@ -9,6 +9,9 @@ PortGroup muniversal 1.0
</span> compiler.c_standard 2011
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# some older Clang say they support SIMD when they don't
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> name volk
categories science comms
maintainers {michaelld @michaelld}
</pre><pre style='margin:0'>
</pre>