Changes between Version 2 and Version 3 of Ticket #61711, comment 6
- Timestamp:
- Jan 26, 2021, 3:36:57 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61711, comment 6
v2 v3 2 2 > I think this is more a GCC 11 thing than an Apple Silicon thing, the latter just happens to require the former. 3 3 4 Perhaps {{{gccdevel}}} needs to be added in the compilers-1.0 PG (likely [https://github.com/macports/macports-ports/blob/f62ba64ef289b0e87ebc43e2fdb71bc5d3d8c9a6/_resources/port1.0/group/compilers-1.0.tcl#L731 here])? I don't feel confident that I understand the code sufficiently to try this... 4 Perhaps {{{gccdevel}}} needs to be added in the compilers-1.0 PG (likely [https://github.com/macports/macports-ports/blob/f62ba64ef289b0e87ebc43e2fdb71bc5d3d8c9a6/_resources/port1.0/group/compilers-1.0.tcl#L731 here])? I think that line should be changed to {{{ if {${fortran_compiler} in "gcc10 gccdevel"} {}}} 5 6 if someone who experiences this issue wants to give that a try and report back, that would be helpful.