Skip to content

Commit

Permalink
Replace release/1.3.0 branch with spack tag spack-stack-1.3.0 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji authored Apr 11, 2023
1 parent d29cefd commit c0286d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/docker-ubuntu-clang-mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/docker-ubuntu-gcc-openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/containers/docker-ubuntu-intel-impi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0286d2

Please sign in to comment.