<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fc997b471983eb6869d3d8f77dd87fa9e3b2e080">https://github.com/macports/macports-ports/commit/fc997b471983eb6869d3d8f77dd87fa9e3b2e080</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 fc997b47198 highway: select a working compiler
</span>fc997b47198 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fc997b471983eb6869d3d8f77dd87fa9e3b2e080
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Aug 17 17:30:38 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    highway: select a working compiler
</span>---
 devel/highway/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/highway/Portfile b/devel/highway/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a51b9d7daa..4dcff4aa83a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/highway/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/highway/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        google highway 1.0.0
 categories          devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +23,11 @@ cmake.out_of_source yes
</span> configure.args      -DBUILD_SHARED_LIBS=ON \
                     -DBUILD_TESTING=OFF
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Compilation warning: "x86 Clang <= 6: define HWY_COMPILE_ONLY_SCALAR or upgrade."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# (Xcode Clang 10.0.1 ~= llvm.org Clang 7.0)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  {clang < 1001}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant tests description {Enable building of test code} {
     depends_build-append    port:gtest
     configure.args-replace  -DBUILD_TESTING=OFF \
</pre><pre style='margin:0'>

</pre>