Autotools-20180311-GCCcore-6.4.0.eb 559 B

123456789101112131415161718192021222324
  1. easyblock = 'Bundle'
  2. name = 'Autotools'
  3. version = '20180311' # date of the most recent change
  4. homepage = 'http://autotools.io'
  5. description = """
  6. This bundle collect the standard GNU build tools: Autoconf, Automake
  7. and libtool
  8. """
  9. toolchain = {'name': 'GCCcore', 'version': '6.4.0'}
  10. dependencies = [
  11. ('Autoconf', '2.69'), # 20120424
  12. ('Automake', '1.16.1'), # 20180311
  13. ('libtool', '2.4.6'), # 20150215
  14. ]
  15. # Pure bundle -- no need to specify 'binutils' used when building GCCcore
  16. # toolchain as build dependency
  17. moduleclass = 'devel'