libcircle fix for CCE (#25224)
This commit is contained in:
parent
978191aff5
commit
5f3c25f6e9
@ -21,8 +21,9 @@ class Libcircle(AutotoolsPackage):
|
||||
depends_on('mpi')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('libpciaccess', type='link')
|
||||
depends_on('autoconf', when='%cce')
|
||||
depends_on('automake', when='%cce')
|
||||
depends_on('autoconf', when='%cce', type='build')
|
||||
depends_on('automake', when='%cce', type='build')
|
||||
depends_on('libtool', when='%cce', type='build')
|
||||
|
||||
patch('CrayPE_configure-ac.patch', when='%cce')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user