From 95283a42a4a975e168d687944895c802fad296f9 Mon Sep 17 00:00:00 2001 From: Gregory Lemieux Date: Tue, 22 Jul 2025 08:42:52 -0700 Subject: [PATCH] make fixes to spack yaml modules section from bad commit --- spack-env/spack.yaml | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/spack-env/spack.yaml b/spack-env/spack.yaml index d88d295..be55abc 100644 --- a/spack-env/spack.yaml +++ b/spack-env/spack.yaml @@ -9,28 +9,24 @@ spack: - esmf%gcc@11.4+mpi+netcdf - pfunit%gcc@11.4+esmf+mpi - py-pip%gcc@11.4 - modules: default: - exclude_implicits: false - hide_implicits: true - hash_length: 0 - all: - autoload: direct - environment: - set: - '{name}_ROOT': '{prefix}' - projections: - all: '{name}/{version}' - netcdf-c: - environment: - set: - NETCDF: '{prefix}' - netcdf-fortran: - environment: - set: - NETCDF_FORTRAN: '{prefix}' - + tcl: + exclude_implicits: false + hide_implicits: true + hash_length: 0 + all: + autoload: direct + projections: + all: '{name}/{version}' + netcdf-c: + environment: + set: + NETCDF_C_PATH: '{prefix}' + netcdf-fortran: + environment: + set: + NETCDF_FORTRAN_PATH: '{prefix}' container: format: docker images: