libcircle fix for CCE (#25224)

This commit is contained in:
lukebroskop 2021-08-04 07:43:18 -05:00 committed by GitHub
parent 978191aff5
commit 5f3c25f6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')