easyblock = 'ConfigureMake' name = 'NCO' version = '4.9.5' homepage = "https://nco.sourceforge.net" description = """manipulates and analyzes data stored in netCDF-accessible formats, including DAP, HDF4, and HDF5""" toolchain = {'name': 'gompi', 'version': '2020b'} source_urls = ['https://github.com/nco/nco/archive/'] sources = ['%(version)s.tar.gz'] builddependencies = [ ('Bison', '3.7.1'), ('flex', '2.6.4'), ] dependencies = [ ('UDUNITS', '2.2.26'), ('expat', '2.2.9'), ('ANTLR', '2.7.7', '-Java-11'), ('libdap', '3.20.6'), ('GSL', '2.6'), ('netCDF', '4.7.4'), ] sanity_check_paths = { 'files': ['bin/nc%s' % x for x in ('ap2', 'atted', 'bo', 'diff', 'ea', 'ecat', 'es', 'flint', 'ks', 'pdq', 'ra', 'rcat', 'rename', 'wa')] + ['lib/libnco.a', 'lib/libnco.%s' % SHLIB_EXT, 'lib/libnco_c++.a', 'lib/libnco_c++.%s' % SHLIB_EXT], 'dirs': ['include'], } moduleclass = 'tools'