iegenlib: add build dependencies for automake and libtool (#16980)
This commit is contained in:
parent
374f1a62e2
commit
d755cc8ce9
@ -18,11 +18,13 @@ class Iegenlib(CMakePackage):
|
||||
|
||||
version('master', branch='master')
|
||||
version('2018-07-03',
|
||||
url="https://github.com/CompOpt4Apps/IEGenLib/archive/fc479ee6ff01dba26beffc1dc6bacdba03262138.zip",
|
||||
sha256='b4c0b368363fcc1e34b388057cc0940bb87fc336cebb0772fd6055f45009b12b')
|
||||
url="https://github.com/CompOpt4Apps/IEGenLib/archive/fc479ee6ff01dba26beffc1dc6bacdba03262138.zip",
|
||||
sha256='b4c0b368363fcc1e34b388057cc0940bb87fc336cebb0772fd6055f45009b12b')
|
||||
|
||||
depends_on('cmake@2.6:', type='build')
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('texinfo', type='build')
|
||||
depends_on('isl')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user