precice: Fix conflict with boost 1.73.0 (#16507)

This commit is contained in:
Frédéric Simonis 2020-05-08 19:26:37 +02:00 committed by GitHub
parent b9415c6b53
commit 1e9313a191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ class Precice(CMakePackage):
depends_on('cmake@3.10.2:', type='build', when='@1.4:') depends_on('cmake@3.10.2:', type='build', when='@1.4:')
depends_on('boost@1.60.0:') depends_on('boost@1.60.0:')
depends_on('boost@1.65.1:', when='@1.4:') 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.2:')
depends_on('eigen@:3.3.7', type='build', when='@:1.5') # bug in prettyprint depends_on('eigen@:3.3.7', type='build', when='@:1.5') # bug in prettyprint
depends_on('libxml2') depends_on('libxml2')