<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/1c6cf9301fa93c08acd1705eb2a18228dab95d7d">https://github.com/macports/macports-ports/commit/1c6cf9301fa93c08acd1705eb2a18228dab95d7d</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 1c6cf9301fa highway: temporarily avoid using Xcode 10's clang
</span>1c6cf9301fa is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1c6cf9301fa93c08acd1705eb2a18228dab95d7d
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Sep 3 13:35:32 2023 +1000
<span style='display:block; white-space:pre;color:#404040;'> highway: temporarily avoid using Xcode 10's clang
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/68118
</span>---
devel/highway/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<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 a9d34adac2c..b16d1001dd9 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;'>@@ -27,7 +27,11 @@ configure.args-append \
</span> compiler.cxx_standard 2011
# Compilation warning: "x86 Clang <= 6: define HWY_COMPILE_ONLY_SCALAR or upgrade."
# (Xcode Clang 10.0.1 ~= llvm.org Clang 7.0)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist {clang < 1001}
</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><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/68118
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1100}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>
variant tests description {Enable building of test code} {
depends_build-append port:gtest
</pre><pre style='margin:0'>
</pre>