<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fc2803b5784654cbcd166a7717cf6b24f4e5ffc7">https://github.com/macports/macports-ports/commit/fc2803b5784654cbcd166a7717cf6b24f4e5ffc7</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 fc2803b5784 HiGHS: avoid Apple clangs on <= 10.11
</span>fc2803b5784 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fc2803b5784654cbcd166a7717cf6b24f4e5ffc7
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu May 18 16:05:59 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    HiGHS: avoid Apple clangs on <= 10.11
</span>---
 math/HiGHS/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/HiGHS/Portfile b/math/HiGHS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7269cc7cb6..5ad2f22921a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/HiGHS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/HiGHS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +31,10 @@ platform darwin {
</span> }
 
 compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Until non_lazy_ptr bug is fixed.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist      macports-gcc-12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Apple clang on 10.11 and below fails.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc12 excluded until non_lazy_ptr bug is fixed.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        {clang < 900} macports-gcc-12
</span> compilers.setup         require_fortran
 
 configure.args-append   -DBUILD_TESTING=ON \
</pre><pre style='margin:0'>

</pre>