[MacPorts] #62835: netcdf-fortran does not honour variant specifications of compiler, but requires g95 instead
MacPorts
noreply at macports.org
Fri May 7 23:06:06 UTC 2021
#62835: netcdf-fortran does not honour variant specifications of compiler, but
requires g95 instead
-----------------------------+--------------------------
Reporter: platipodium | Owner: cjones051073
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: netcdf-fortran |
-----------------------------+--------------------------
Comment (by mascguy):
The logic in question should be the following, I believe:
{{{
# Disable compilers not support on arm
if {${os.arch} eq "arm" && !$is_mpich} {
lappend disabled -gcc5 -gcc6 -gcc7 -gcc8 -gcc9
lappend disabled -clang60 -clang70 -clang80
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/62835#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list