12345678910111213141516171819202122232425262728 |
- name = 'netCDF-Fortran'
- version = '4.6.0'
- homepage = 'https://www.unidata.ucar.edu/software/netcdf/'
- description = """NetCDF (network Common Data Form) is a set of software libraries
- and machine-independent data formats that support the creation, access, and sharing of array-oriented
- scientific data."""
- toolchain = {'name': 'iompi', 'version': '2022.05'}
- toolchainopts = {'pic': True, 'usempi': True}
- source_urls = ['https://github.com/Unidata/netcdf-fortran/archive/']
- sources = ['v%(version)s.tar.gz']
- checksums = ['8194aa70e400c0adfc456127c1d97af2c6489207171d13b10cd754a16da8b0ca']
- builddependencies = [
- ('M4', '1.4.19'),
- ]
- dependencies = [
- ('netCDF', '4.9.0'),
- ('bzip2', '1.0.8'),
- ]
- # (too) parallel build fails, but single-core build is fairly quick anyway (~1min)
- parallel = 1
- moduleclass = 'data'
|