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
Describe the bug
The libaec module file is missing from the Hercules spack-stack v1.6.0 installation. The library installed, but the module file was never generated.
To Reproduce find /work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles -name "libaec"
Expected behavior
The module file would have been generated with the installation.
System:
What system(s) are you running the code on?
Hercules
Additional context
Discovered while testing NOAA-EMC/GSI#684, which fails with netCDF errors.
The text was updated successfully, but these errors were encountered:
. We don't produce modules for libaec and several other spack packages to keep the list "short" (well, that is probably not the right term for the number of modules a user is presented at the moment).
If the module is indeed needed, we should remove it from the exclude list so that it is available with the next spack-stack release.
On the other hand, we should look at the list of modules generated for unified-env and add as many as we can to the exclude list to make this more readable.
@climbfuji I see now, thanks for the explanation. This is probably a special case as libaec seems to only have been needed for a standalone test build of netcdf. In general, I don't think it will be needed, but I'd like to finish my netCDF/GSI testing before closing this issue just to be sure.
Describe the bug
The libaec module file is missing from the Hercules spack-stack v1.6.0 installation. The library installed, but the module file was never generated.
To Reproduce
find /work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles -name "libaec"
Expected behavior
The module file would have been generated with the installation.
System:
What system(s) are you running the code on?
Hercules
Additional context
Discovered while testing NOAA-EMC/GSI#684, which fails with netCDF errors.
The text was updated successfully, but these errors were encountered: