Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[submodule "spack"]
path = spack
url = https://github.com/jcsda/spack
branch = spack-stack-dev
url = https://github.com/AlexanderHrabski-NOAA/spack
branch = update-spack-from-develop
[submodule "repos/builtin"]
path = repos/builtin
url = https://github.com/jcsda/spack-packages
branch = spack-stack-dev
url = https://github.com/AlexanderHrabski-NOAA/spack-packages
branch = update-spack-packages-from-develop
2 changes: 1 addition & 1 deletion repos/builtin
Submodule builtin updated 3997 files
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DevUtilsEnv(BundlePackage):

# Scalasca/ScoreP
depends_on("scalasca", when="+scalasca", type="run")
depends_on("cube +gui", when="+scalasca", type="run")
depends_on("cube", when="+scalasca", type="run")

# Miscellaneous
depends_on("cloc", type="run")
Expand Down
2 changes: 1 addition & 1 deletion spack
Submodule spack updated 453 files
Loading