Skip to content

Commit

Permalink
fixup ecflow
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed May 10, 2024
1 parent 101cce3 commit 3f063d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/ecflow/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Ecflow(CMakePackage):
depends_on(Boost.with_default_variants, when="@:4")

# Use newer boost with v5 up to 1.84.0 - https://github.com/spack/spack/issues/44116
# conflicts("[email protected]:", when="@:5.11.4")
conflicts("[email protected]:", when="@:5.11.4")
depends_on(
"[email protected]:+chrono+date_time+exception+filesystem+program_options+python+regex+serialization+system+test+thread+timer", # noqa
when="@5:",
Expand Down

0 comments on commit 3f063d6

Please sign in to comment.