precice: add pkgconfig as a build dependency (#22059)

This commit is contained in:
Frédéric Simonis 2021-03-03 18:10:00 +01:00 committed by GitHub
parent 58d9f5c114
commit 6d54df1ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ class Precice(CMakePackage):
depends_on('cmake@3.5:', type='build')
depends_on('cmake@3.10.2:', type='build', when='@1.4:')
depends_on('pkgconfig', type='build', when='@2.2:')
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')