<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a13f740688545c194bbac873cb6af818015cc425">https://github.com/macports/macports-ports/commit/a13f740688545c194bbac873cb6af818015cc425</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 a13f7406885 hptt: Set c++ standard before any compiler blacklisting
</span>a13f7406885 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a13f740688545c194bbac873cb6af818015cc425
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Apr 11 14:42:37 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    hptt: Set c++ standard before any compiler blacklisting
</span>---
 math/hptt/Portfile | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/hptt/Portfile b/math/hptt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index afa2266c109..e9b2e0d1965 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/hptt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/hptt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,14 +22,18 @@ patchfiles          0001-CMakeLists-add-PPC-support-unbreak-build-on-Darwin.patc
</span>                     0002-CMakeLists-fix-install-path-for-headers.patch \
                     0003-Add-hptt.pc-config-file.patch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# It does not build with new clang: https://github.com/springer13/hptt/issues/21
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# See also: https://bugs.llvm.org/show_bug.cgi?id=36915
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    *clang*
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.fallback-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    macports-gcc-12 macports-gcc-11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Keep this above blacklist lines, as otherwise a wrong compiler can be picked.
</span> compiler.cxx_standard   2011
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# It does not (currently) build with new clang: 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   https://github.com/springer13/hptt/issues/21
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# See also: https://bugs.llvm.org/show_bug.cgi?id=36915
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Once this is merged and in a relese
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   https://github.com/springer13/hptt/pull/32
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The blacklist and fallback settings below should be removed.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append  *clang*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.fallback-append   macports-gcc-12 macports-gcc-11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
                     -DENABLE_ARM=OFF \
                     -DENABLE_AVX=OFF \
</pre><pre style='margin:0'>

</pre>