You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When containerized build was added to gfs-utils, spack-stack 1.8.0 was used. For that reason, 4 files will need to be adjusted once gfs-utils upgrades to spack-stack 1.8.0.
replace and consolidate gfsutils_generic.lua with gfsutils_common.lua
remove gfsutils_generic.lua
in src/tave.fd/CMakeLists.txt, update lines 13-20 (if(LINK_W3EMC) to endif())
in src/vint.fd/CMakeLists.txt, update lines 13-20 (if(LINK_W3EMC) to endif())
DavidBurrows-NCO
changed the title
For container build, revert 3 scripts once spack-stack is upgraded to 1.8.0
For container build, revert 4 scripts once spack-stack is upgraded to 1.8.0
Nov 22, 2024
What is wrong?
When containerized build was added to gfs-utils, spack-stack 1.8.0 was used. For that reason, 4 files will need to be adjusted once gfs-utils upgrades to spack-stack 1.8.0.
option(LINK_W3EMC "Link w3emc library" ON)
What should have happened?
NA
What machines are impacted?
All or N/A
Steps to reproduce
NA
Additional information
Refs #87
Do you have a proposed solution?
No response
The text was updated successfully, but these errors were encountered: