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
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
branch = spack-stack-dev
[submodule "repos/builtin"]
path = repos/builtin
url = https://github.com/jcsda/spack-packages
branch = spack-stack-dev
#url = https://github.com/jcsda/spack-packages
#branch = spack-stack-dev
url = https://github.com/climbfuji/spack-packages
branch = bugfix/jedicmake
4 changes: 2 additions & 2 deletions configs/templates/cylc-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spack:
view:
cylc:
root: view
select: [^python]
select: [^python, bats]
link: run
link_type: symlink
include: []
Expand All @@ -24,4 +24,4 @@ spack:
- py-cylc-flow@8.4.2
- py-cylc-rose@1.5.1
- py-cylc-uiserver@1.6.1

- bats
2 changes: 1 addition & 1 deletion repos/builtin
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class DevUtilsEnv(BundlePackage):
depends_on("cube +gui", when="+scalasca", type="run")

# Miscellaneous
depends_on("bats", type="run")
depends_on("cloc", type="run")
depends_on("rank-run", type="run")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ class IodaConverters(CMakePackage):
depends_on("eccodes")
depends_on("eckit")
depends_on("eigen@3")
# error: could not find git for clone of yaml-cpp-populate
# fixed in repo Sep 25, 2025 - need only for 0.0.1.20250830
depends_on("git", type=("build"), when="@0.0.1.20250830")
depends_on("gsl-lite")
depends_on("ioda")
depends_on("jedi-cmake", type=("build"))
Expand Down
Loading