precice: Fix conflict with boost 1.73.0 (#16507)
This commit is contained in:
parent
b9415c6b53
commit
1e9313a191
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class Precice(CMakePackage):
|
|||
depends_on('cmake@3.10.2:', type='build', when='@1.4:')
|
||||
depends_on('boost@1.60.0:')
|
||||
depends_on('boost@1.65.1:', when='@1.4:')
|
||||
depends_on('boost@:1.72.99', when='@:2.0.2')
|
||||
depends_on('eigen@3.2:')
|
||||
depends_on('eigen@:3.3.7', type='build', when='@:1.5') # bug in prettyprint
|
||||
depends_on('libxml2')
|
||||
|
|
Loading…
Reference in a new issue