123456789101112131415161718192021222324 |
- easyblock = 'Bundle'
- name = 'Autotools'
- version = '20180311'
- homepage = 'http://autotools.io'
- description = """
- This bundle collect the standard GNU build tools: Autoconf, Automake
- and libtool
- """
- toolchain = {'name': 'GCCcore', 'version': '6.4.0'}
- dependencies = [
- ('Autoconf', '2.69'),
- ('Automake', '1.16.1'),
- ('libtool', '2.4.6'),
- ]
- moduleclass = 'devel'
|