libcircle: needs libpciaccess (link dep) (#21648)
This commit is contained in:
parent
e3b3faca70
commit
dff08f327f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Libcircle(AutotoolsPackage):
|
||||||
|
|
||||||
depends_on('mpi')
|
depends_on('mpi')
|
||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
|
depends_on('libpciaccess', type='link')
|
||||||
|
|
||||||
@when('@master')
|
@when('@master')
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
|
|
Loading…
Reference in a new issue