libcircle depends on a provider of pkgconfig for build (#15029)
This commit is contained in:
parent
921cb6c860
commit
8783f16e36
@ -19,7 +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')
|
depends_on('pkgconfig', type='build')
|
||||||
|
|
||||||
@when('@master')
|
@when('@master')
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user