Skip to content

Commit ede071b

Browse files
committed
Revert adding cylc variant to neptune-env
1 parent 1048dc5 commit ede071b

File tree

2 files changed

+2
-6
lines changed
  • configs/templates/neptune-dev
  • spack-ext/repos/spack-stack/packages/neptune-python-env

2 files changed

+2
-6
lines changed

configs/templates/neptune-dev/spack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ spack:
88
definitions:
99
- compilers: ['%aocc', '%apple-clang', '%gcc', '%intel', '%oneapi']
1010
- packages:
11-
- neptune-env +espc ^esmf@=8.8.0b10
12-
- neptune-python-env +xnrl +cylc ^neptune-env +espc ^esmf@=8.8.0b10
11+
- neptune-env +espc ^esmf@=8.8.0b10
12+
- neptune-python-env +xnrl ^neptune-env +espc ^esmf@=8.8.0b10
1313

1414
specs:
1515
- matrix:

spack-ext/repos/spack-stack/packages/neptune-python-env/package.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class NeptunePythonEnv(BundlePackage):
2020
version("1.5.0")
2121

2222
variant("xnrl", default=False, description="Build non-pulic XNRL")
23-
variant("cylc", default=False, description="Build cylc")
2423

2524
depends_on("neptune-env", type="run")
2625
# Enable the Python variant for ESMF
@@ -41,7 +40,4 @@ class NeptunePythonEnv(BundlePackage):
4140
with when("+xnrl"):
4241
depends_on("py-xnrl", type="run")
4342

44-
with when("+cylc"):
45-
depends_on("py-cylc-flow", type="run")
46-
4743
# There is no need for install() since there is no code.

0 commit comments

Comments
 (0)