JCSDA / spack

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

Remove use of MPI wrappers for fms and mapl package.py scripts #431

Closed srherbener closed 6 months ago

srherbener commented 6 months ago

Description

This PR removes the use of the MPI wrappers on the FMS and MAPL package.py scripts. This was done to enable spack-stack builds on the Mac using apple-clang%15.x compilers.

I cherry picked the commit used in the PR into the authoritative spack repo https://github.com/spack/spack/pull/43726 to create this PR.

Issue(s) addressed

Partially addresses JCSDA/spack-stack/issues/1083

Dependencies

List the other PRs that this PR is dependent on: None

Impact

Expected impact on downstream repositories: None

Checklist

climbfuji commented 6 months ago

Don't worry about the failing macOS unit tests, that is unrelated to your PR