-
Notifications
You must be signed in to change notification settings - Fork 169
Move from sp to ip #1193
Copy link
Copy link
Open
Labels
Description
Description
See ufs-community/ufs-weather-model#3041 for a description of the issue.
sp is no longer provided in spack-stack 2.0.0. We should evaluate and transition to ip, which appears to provide the required subset of functionality.
This may primarily require updating linked libraries in the build system rather than code changes.
Solution
- Update build configuration to link against
ipinstead ofsp. - Identify any required code adjustments (if needed).
- Verify compatibility with spack-stack 2.0.0
Reactions are currently unavailable