diff options
author | Frédéric Simonis <simonisfrederic@gmail.com> | 2021-03-03 18:10:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 17:10:00 +0000 |
commit | 6d54df1ba4e8ff1d29782ffe2ac358ac10b25bb5 (patch) | |
tree | cba6d8b66c69805024ec6353bf04d26194a102b6 | |
parent | 58d9f5c114e9094f4440cf8d843c161762244d00 (diff) | |
download | spack-6d54df1ba4e8ff1d29782ffe2ac358ac10b25bb5.tar.gz spack-6d54df1ba4e8ff1d29782ffe2ac358ac10b25bb5.tar.bz2 spack-6d54df1ba4e8ff1d29782ffe2ac358ac10b25bb5.tar.xz spack-6d54df1ba4e8ff1d29782ffe2ac358ac10b25bb5.zip |
precice: add pkgconfig as a build dependency (#22059)
-rw-r--r-- | var/spack/repos/builtin/packages/precice/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/precice/package.py b/var/spack/repos/builtin/packages/precice/package.py index 3b9a5ff973..7dc60bebab 100644 --- a/var/spack/repos/builtin/packages/precice/package.py +++ b/var/spack/repos/builtin/packages/precice/package.py @@ -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') |