netCDF-C++4-4.3.0-intel-2016.02-GCC-4.9.eb 725 B

123456789101112131415161718192021222324
  1. easyblock = 'ConfigureMake'
  2. name = 'netCDF-C++4'
  3. version = '4.3.0'
  4. homepage = 'http://www.unidata.ucar.edu/software/netcdf/'
  5. description = """NetCDF (network Common Data Form) is a set of software libraries
  6. and machine-independent data formats that support the creation, access, and sharing of array-oriented
  7. scientific data."""
  8. toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'}
  9. toolchainopts = {'pic': True}
  10. source_urls = ['https://github.com/Unidata/netcdf-cxx4/archive/']
  11. sources = ['v%(version)s.tar.gz']
  12. dependencies = [('netCDF', '4.4.1.1')]
  13. sanity_check_paths = {
  14. 'files': ['include/netcdf', 'lib/libnetcdf_c++4.a', 'lib/libnetcdf_c++4.%s' % SHLIB_EXT],
  15. 'dirs': [],
  16. }
  17. moduleclass = 'data'