<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/61478943fcc56fd672a6f2139abb4f7ea0254903">https://github.com/macports/macports-ports/commit/61478943fcc56fd672a6f2139abb4f7ea0254903</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 61478943fcc56fd672a6f2139abb4f7ea0254903
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Fri Apr 26 20:02:18 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> R: switch to clang-16 and gcc13
</span>---
math/R/Portfile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/R/Portfile b/math/R/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 72a66b4c1e7..d0669f3fa5f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/R/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/R/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,22 +38,22 @@ checksums rmd160 e692e028d2dbd0288581cb14c1d86265e5fc9ea1 \
</span>
# Avoid Apple clangs:
compiler.blacklist-append {clang}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Blacklist macports-clang-16+. See discussion: https://trac.macports.org/ticket/67144
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist macports-clang-17+. See discussion: https://trac.macports.org/ticket/67144
</span> # for rationale. The decision when to migrate to a new compiler
# is then in the hands of the R maintainers and will not change
# from the current defaults when these get bumped centrally.
# NOTE : Keep this setting in sync with the one in the R portgroup.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {macports-clang-1[6-9]}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Similarly, for gcc select the gcc12 variant of the compilers PG.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {macports-clang-1[7-9]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Similarly, for gcc select the gcc13 variant of the compilers PG.
</span> # This setting should also be kept in sync with that in the R Portgroup.
# Updates should be coordinated with the R maintainers.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# NOTE: upon the update to gcc13, please add a blacklist of newer gccs,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# NOTE: upon the update to gcc14, please add a blacklist of newer gccs,
</span> # like it is done for clangs. We would prefer using the same version of gcc and gfortran.
if {${os.platform} eq "darwin" && ${os.major} < 10} {
# Until old platforms are switched to the new libgcc.
default_variants-append +gcc7
} else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants-append +gcc12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants-append +gcc13
</span> }
compilers.choose fc f77
</pre><pre style='margin:0'>
</pre>