diff --git a/.gitmodules b/.gitmodules index fc6448f77..dae38f8b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "spack"] path = spack - #url = https://github.com/spack/spack - #branch = develop url = https://github.com/NOAA-EMC/spack - branch = release/1.3.0 + branch = spack-stack-1.3.0 [submodule "doc/CMakeModules"] path = doc/CMakeModules url = https://github.com/noaa-emc/cmakemodules diff --git a/configs/containers/docker-ubuntu-clang-mpich.yaml b/configs/containers/docker-ubuntu-clang-mpich.yaml index 9694ce5e0..57c4b909d 100644 --- a/configs/containers/docker-ubuntu-clang-mpich.yaml +++ b/configs/containers/docker-ubuntu-clang-mpich.yaml @@ -101,7 +101,7 @@ spack: os: ubuntu:20.04 spack: url: https://github.com/noaa-emc/spack - ref: release/1.3.0 + ref: spack-stack-1.3.0 resolve_sha: false # Whether or not to strip binaries diff --git a/configs/containers/docker-ubuntu-gcc-openmpi.yaml b/configs/containers/docker-ubuntu-gcc-openmpi.yaml index 6003ae38b..1a1a7796d 100644 --- a/configs/containers/docker-ubuntu-gcc-openmpi.yaml +++ b/configs/containers/docker-ubuntu-gcc-openmpi.yaml @@ -88,7 +88,7 @@ spack: os: ubuntu:20.04 spack: url: https://github.com/noaa-emc/spack - ref: release/1.3.0 + ref: spack-stack-1.3.0 resolve_sha: false # Whether or not to strip binaries diff --git a/configs/containers/docker-ubuntu-intel-impi.yaml b/configs/containers/docker-ubuntu-intel-impi.yaml index c90825af3..8df894b51 100644 --- a/configs/containers/docker-ubuntu-intel-impi.yaml +++ b/configs/containers/docker-ubuntu-intel-impi.yaml @@ -106,7 +106,7 @@ spack: os: ubuntu:20.04 spack: url: https://github.com/noaa-emc/spack - ref: release/1.3.0 + ref: spack-stack-1.3.0 resolve_sha: false # Whether or not to strip binaries