diff --git a/configs/common/packages.yaml b/configs/common/packages.yaml index ce6d66405..e4db99b14 100644 --- a/configs/common/packages.yaml +++ b/configs/common/packages.yaml @@ -84,6 +84,9 @@ packages: require: - '@3.29:' - +ownlibs + codee: + require: + - '@2025.4.7' # Attention - when updating also check the various jcsda-emc-bundles env packages crtm: require: diff --git a/repos/builtin b/repos/builtin index 64cccad58..01a4b52f3 160000 --- a/repos/builtin +++ b/repos/builtin @@ -1 +1 @@ -Subproject commit 64cccad58b7806c458e8d86d7fb9d864c025e82a +Subproject commit 01a4b52f38444cce9f7a3991252e7e0aaace6c13 diff --git a/repos/spack_stack/spack_repo/spack_stack/packages/neptune_env/package.py b/repos/spack_stack/spack_repo/spack_stack/packages/neptune_env/package.py index 904f648bf..a03c79d5b 100644 --- a/repos/spack_stack/spack_repo/spack_stack/packages/neptune_env/package.py +++ b/repos/spack_stack/spack_repo/spack_stack/packages/neptune_env/package.py @@ -32,6 +32,7 @@ class NeptuneEnv(BundlePackage): if not sys.platform == "darwin": depends_on("numactl", type="run") + depends_on("codee", type="run") depends_on("libyaml", type="run") depends_on("p4est", type="run") depends_on("w3emc", type="run")