LibTIFF-4.0.7-intel-2017.02.eb 857 B

123456789101112131415161718192021222324252627282930313233
  1. ##
  2. # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
  3. #
  4. # Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
  5. # Authors:: Fotis Georgatos <fotis@cern.ch>, Alan O'Cais (JSC)
  6. # License:: MIT/GPL
  7. # $Id$
  8. #
  9. # This work implements a part of the HPCBIOS project and is a component of the policy:
  10. # http://hpcbios.readthedocs.org/en/latest/
  11. ##
  12. easyblock = 'ConfigureMake'
  13. name = 'LibTIFF'
  14. version = '4.0.7'
  15. homepage = 'http://www.remotesensing.org/libtiff/'
  16. description = "tiff: Library and tools for reading and writing TIFF data files"
  17. toolchain = {'name': 'intel', 'version': '2017.02'}
  18. source_urls = [
  19. 'http://download.osgeo.org/libtiff/',
  20. 'ftp://ftp.remotesensing.org/pub/libtiff/',
  21. ]
  22. sources = ['tiff-%(version)s.tar.gz']
  23. sanity_check_paths = {
  24. 'files': ['bin/tiffinfo'],
  25. 'dirs': [],
  26. }
  27. moduleclass = 'lib'