precice: conflict with boost@1.79.0 (#30179)
See https://github.com/precice/precice/pull/1250 for details.
This commit is contained in:
parent
056ea79d2c
commit
e59d7fcb9b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue