Closed climbfuji closed 2 months ago
For release/1.8.0: This PR is based on https://github.com/JCSDA/spack/pull/476 (credits @RatkoVasic-NOAA), but narrowed down to one specific version of g2 and for gfortran earlier than version 10.
g2
gfortran
Corresponding spack-stack PR: https://github.com/JCSDA/spack-stack/pull/1287
Cool. Is the idea of not using if self.spec.satisfies("%gcc@:...") to handle the case where we're using gfortran with clang or something like that?
if self.spec.satisfies("%gcc@:...")
Exactly. macOS uses apple-clang + gfortran, for example.
For release/1.8.0: This PR is based on https://github.com/JCSDA/spack/pull/476 (credits @RatkoVasic-NOAA), but narrowed down to one specific version of
g2
and forgfortran
earlier than version 10.Corresponding spack-stack PR: https://github.com/JCSDA/spack-stack/pull/1287