libcircle depends on pkg-config for build (#14933)
This commit is contained in:
parent
4dc67b79aa
commit
1d25564230
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user