libcircle depends on pkg-config for build (#14933)

This commit is contained in:
eugeneswalker 2020-02-13 17:22:54 -08:00 committed by GitHub
parent 4dc67b79aa
commit 1d25564230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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