easyblock = 'ConfigureMake' name = 'NCO' version = '4.9.7' homepage = "https://nco.sourceforge.net" description = """manipulates and analyzes data stored in netCDF-accessible formats, including DAP, HDF4, and HDF5""" toolchain = {'name': 'intel', 'version': '2021.03'} toolchainopts = {'usempi': False, 'lowopt': True} source_urls = ['https://github.com/nco/nco/archive/'] sources = ['%(version)s.tar.gz'] checksums = ['934e247d9592f3e6087ea8985507077873559b52679b9c9a1ecae40668a352dc'] builddependencies = [ ('Bison', '3.7.6'), ('flex', '2.6.4'), ] dependencies = [ ('UDUNITS', '2.2.28'), ('expat', '2.4.1'), ('ANTLR', '2.7.7', '-Java-11'), ('libdap', '3.20.7'), ('GSL', '2.7'), ('netCDF', '4.8.0'), ('ESMF', '8.1.1'), # ncremap needs ESMF_RegridWeightGen ] 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'