exago: depends on pkgconfig (#30231)

This commit is contained in:
eugeneswalker 2022-04-21 13:21:16 -07:00 committed by GitHub
parent 3a70df9f64
commit 111aeeb0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
conflicts('~hiop~ipopt', msg="ExaGO needs at least one solver enabled")
# Dependencides
depends_on('pkgconfig', type='build')
depends_on('mpi', when='+mpi')
depends_on('blas')
depends_on('cuda', when='+cuda')