ecflow: versions up to 5.11.4 require boost 1.84 or earlier (#44181)

This commit is contained in:
Dom Heinzeller 2024-05-17 04:53:48 -06:00 committed by GitHub
parent 9dbb18219f
commit fe86019f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,8 @@ class Ecflow(CMakePackage):
# See https://github.com/spack/spack/pull/22303 for reference
depends_on(Boost.with_default_variants, when="@:4")
# Use newer boost with v5
# Use newer boost with v5 up to 1.84.0 - https://github.com/spack/spack/issues/44116
conflicts("boost@1.85:", when="@:5.11.4")
depends_on(
"boost@1.72:+chrono+date_time+exception+filesystem+program_options+python+regex+serialization+system+test+thread+timer", # noqa
when="@5:",