<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2790a46d641cb7847edee6a33fca7d72bf8fbfdf">https://github.com/macports/macports-ports/commit/2790a46d641cb7847edee6a33fca7d72bf8fbfdf</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2790a46d641cb7847edee6a33fca7d72bf8fbfdf
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Fri Jul 5 09:47:53 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> R PG: ensure correct gcc is picked when gcc used as a primary compiler
</span>---
_resources/port1.0/group/R-1.0.tcl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/R-1.0.tcl b/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c1daa45558..7518f50f218 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +107,8 @@ compiler.blacklist-append {macports-clang-1[7-9]}
</span> # Similarly, for gcc select the gcc13 variant of the compilers PG.
# This setting should also be kept in sync with that in the R Port.
# Updates should be coordinated with the R maintainers.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# NOTE: upon the update to gcc14, please add a blacklist of newer gccs,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {macports-gcc-1[4-9]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# NOTE: upon the update to gcc14, please update the blacklist accordingly,
</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.
</pre><pre style='margin:0'>
</pre>