iegenlib: add build dependencies for automake and libtool (#16980)

This commit is contained in:
John Jolly 2020-06-06 01:55:14 -06:00 committed by GitHub
parent 374f1a62e2
commit d755cc8ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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