<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ddde520711252083877e1884b509b9a6af3b9c79">https://github.com/macports/macports-ports/commit/ddde520711252083877e1884b509b9a6af3b9c79</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 ddde5207112 z3: adopt support for >= clang-10 in our +polly variants
</span>ddde5207112 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ddde520711252083877e1884b509b9a6af3b9c79
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Tue Aug 4 23:52:19 2020 -0600
<span style='display:block; white-space:pre;color:#404040;'> z3: adopt support for >= clang-10 in our +polly variants
</span>---
math/z3/Portfile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/z3/Portfile b/math/z3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 87e9c459e4e..b3cbed0ce48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,7 +54,7 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span> depends_build-append port:python27 \
port:bash
<span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.fallback macports-clang-9.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.fallback macports-clang-10
</span>
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -141,7 +141,7 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span> variant polly conflicts debug description {Perform loop and data-locality optimization using LLVM's Polly optimizer} {
# We need a clang+llvm pair that can be built with Polly support
# We've only tested this with clang-8.0, so for now, require 8.0 as the minimum version
<span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.blacklist-append {macports-clang-[0-7].*} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.blacklist-append {macports-clang-[0-9]\..*} \
</span> {*gcc*}
# Map the selected compiler to its corresponding LLVM port version
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,9 +154,7 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span> depends_build-append port:llvm-${llvm_ver}
require_active_variants port:llvm-${llvm_ver} polly
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.optflags-append -O3 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -Xclang -load -Xclang LLVMPolly.so \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -mllvm -polly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.optflags-append -O3 -mllvm -polly
</span> }
variant polly_late requires polly description {Perform LLVM Polly optimization later in the LLVM optimization pass pipline} {
</pre><pre style='margin:0'>
</pre>