JCSDA / spack

A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
https://spack.io
Other
0 stars 14 forks source link

For gcc@13: Update GFE packages (yafyaml etc) from spack develop and add odc@1.5.2 #457

Closed climbfuji closed 3 months ago

climbfuji commented 3 months ago

Description

These changes are required to build the unified environment with gcc13:

  1. Cherry-pick a commit from @mathomp4 that went into spack/develop to update various GFE packages. In particular, we need yafyaml@1.4.0 because 1.3.0 doesn't build with gcc@13.
  2. Add odc@1.5.2 (see https://github.com/spack/spack/pull/45622 for the corresponding PR to spack/develop)

Testing

For CI testing, see (unrelated) PR https://github.com/JCSDA/spack-stack/pull/1226