Skip to content

Commit

Permalink
Revert adding cylc variant to neptune-env
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jan 8, 2025
1 parent 1048dc5 commit ede071b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configs/templates/neptune-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spack:
definitions:
- compilers: ['%aocc', '%apple-clang', '%gcc', '%intel', '%oneapi']
- packages:
- neptune-env +espc ^esmf@=8.8.0b10
- neptune-python-env +xnrl +cylc ^neptune-env +espc ^esmf@=8.8.0b10
- neptune-env +espc ^esmf@=8.8.0b10
- neptune-python-env +xnrl ^neptune-env +espc ^esmf@=8.8.0b10

specs:
- matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class NeptunePythonEnv(BundlePackage):
version("1.5.0")

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

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

with when("+cylc"):
depends_on("py-cylc-flow", type="run")

# There is no need for install() since there is no code.

0 comments on commit ede071b

Please sign in to comment.