precice: conflict with boost@1.79.0 (#30179)

See https://github.com/precice/precice/pull/1250 for details.
This commit is contained in:
Tim Haines 2022-04-20 02:13:26 -05:00 committed by GitHub
parent 056ea79d2c
commit e59d7fcb9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,9 @@ class Precice(CMakePackage):
depends_on('boost@:1.72', when='@:2.0.2')
depends_on('boost@:1.74', when='@:2.1.1')
# See https://github.com/precice/precice/pull/1250
conflicts('boost@1.79.0')
# TODO: replace this with an explicit list of components of Boost,
# for instance depends_on('boost +filesystem')
# See https://github.com/spack/spack/pull/22303 for reference