Skip to content

Commit 3236931

Browse files
authored
Add codee@2025.4.7 to neptune-env (#1921)
1 parent 0ed4cf5 commit 3236931

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

configs/common/packages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ packages:
8484
require:
8585
- '@3.29:'
8686
- +ownlibs
87+
codee:
88+
require:
89+
- '@2025.4.7'
8790
# Attention - when updating also check the various jcsda-emc-bundles env packages
8891
crtm:
8992
require:

repos/spack_stack/spack_repo/spack_stack/packages/neptune_env/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class NeptuneEnv(BundlePackage):
3232
if not sys.platform == "darwin":
3333
depends_on("numactl", type="run")
3434

35+
depends_on("codee", type="run")
3536
depends_on("libyaml", type="run")
3637
depends_on("p4est", type="run")
3738
depends_on("w3emc", type="run")

0 commit comments

Comments
 (0)