libxslt-1.1.29-intel-2017.02.eb 494 B

123456789101112131415161718192021222324
  1. easyblock = 'ConfigureMake'
  2. name = 'libxslt'
  3. version = '1.1.29'
  4. homepage = 'http://xmlsoft.org/'
  5. description = """Libxslt is the XSLT C library developed for the GNOME project
  6. (but usable outside of the Gnome platform)."""
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. source_urls = [
  9. 'http://xmlsoft.org/sources/',
  10. 'http://xmlsoft.org/sources/old/'
  11. ]
  12. sources = [SOURCELOWER_TAR_GZ]
  13. dependencies = [
  14. ('zlib', '1.2.11'),
  15. ('libxml2', '2.9.4'),
  16. ]
  17. moduleclass = 'lib'