Skip to content

Commit

Permalink
R PG: ensure correct gcc is picked when gcc used as a primary compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jul 5, 2024
1 parent 495e73a commit 3bdaf21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _resources/port1.0/group/R-1.0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ compiler.blacklist-append {macports-clang-1[7-9]}
# 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.
# NOTE: upon the update to gcc14, please add a blacklist of newer gccs,
compiler.blacklist-append {macports-gcc-1[4-9]}
# NOTE: upon the update to gcc14, please update the blacklist accordingly,
# 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.
Expand Down

0 comments on commit 3bdaf21

Please sign in to comment.