CDO-1.7.2-intel-2016a.eb 745 B

1234567891011121314151617181920212223242526272829
  1. easyblock = 'ConfigureMake'
  2. name = 'CDO'
  3. version = '1.7.2'
  4. homepage = 'https://code.zmaw.de/projects/cdo'
  5. description = """CDO is a collection of command line Operators to manipulate and analyse Climate and NWP model Data."""
  6. toolchain = {'name': 'intel', 'version': '2016a'}
  7. toolchainopts = {'opt': True, 'pic': True, 'usempi': True}
  8. sources = [SOURCELOWER_TAR_GZ]
  9. source_urls = ['https://code.zmaw.de/attachments/download/12760/']
  10. checksums = [('md5', 'f08e4ce8739a4f2b63fc81a24db3ee31')]
  11. dependencies = [
  12. ('HDF5', '1.8.16'),
  13. ('netCDF', '4.4.0'),
  14. ('YAXT', '0.5.1'),
  15. ]
  16. configopts = "--with-hdf5=$EBROOTHDF5 --with-netcdf=$EBROOTNETCDF"
  17. sanity_check_paths = {
  18. 'files': ["bin/cdo"],
  19. 'dirs': [],
  20. }
  21. moduleclass = 'data'