libcircle depends on a provider of pkgconfig for build (#15029)

This commit is contained in:
eugeneswalker 2020-02-17 15:21:58 -08:00 committed by GitHub
parent 921cb6c860
commit 8783f16e36

View File

@ -19,7 +19,7 @@ class Libcircle(AutotoolsPackage):
version('0.2.1-rc.1', sha256='5747f91cf4417023304dcc92fd07e3617ac712ca1eeb698880979bbca3f54865')
depends_on('mpi')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
@when('@master')
def autoreconf(self, spec, prefix):