PROJ-4.9.3-intel-2017.02.eb 827 B

123456789101112131415161718192021222324252627282930
  1. ##
  2. # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
  3. #
  4. # Copyright:: Copyright 2014-2015 The Cyprus Institute
  5. # Authors:: Thekla Loizou <t.loizou@cyi.ac.cy>
  6. # License:: MIT/GPL
  7. #
  8. ##
  9. easyblock = 'ConfigureMake'
  10. name = 'PROJ'
  11. version = '4.9.3'
  12. homepage = 'http://trac.osgeo.org/proj/'
  13. description = """Program proj is a standard Unix filter function which converts
  14. geographic longitude and latitude coordinates into cartesian coordinates"""
  15. toolchain = {'name': 'intel', 'version': '2017.02'}
  16. toolchainopts = {'pic': True, 'usempi': True}
  17. source_urls = ['http://download.osgeo.org/proj/']
  18. sources = [SOURCELOWER_TAR_GZ]
  19. sanity_check_paths = {
  20. 'files': ['bin/cs2cs', 'bin/geod', 'bin/invgeod', 'bin/invproj',
  21. 'bin/nad2bin', 'bin/proj'],
  22. 'dirs': [],
  23. }
  24. moduleclass = 'lib'