Skip to content

Commit

Permalink
adding easyconfigs: PnetCDF-1.13.0-iimpi-2023a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wolfsheimer committed Apr 5, 2024
1 parent 43b5359 commit 0b00f01
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions easybuild/easyconfigs/p/PnetCDF/PnetCDF-1.13.0-iimpi-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
easyblock = 'ConfigureMake'

name = 'PnetCDF'
version = '1.13.0'

homepage = 'https://parallel-netcdf.github.io/'
description = "Parallel netCDF: A Parallel I/O Library for NetCDF File Access"

toolchain = {'name': 'iimpi', 'version': '2023a'}

source_urls = ['https://parallel-netcdf.github.io/Release']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['aba0f1c77a51990ba359d0f6388569ff77e530ee574e40592a1e206ed9b2c491']

builddependencies = [
('Autotools', '20220317'),
('Perl', '5.36.1'),
]

preconfigopts = "autoreconf -f -i && "

configopts = ['', '--enable-shared']

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['ncmpidiff', 'ncmpidump', 'ncmpigen', 'ncoffsets',
'ncvalidator', 'pnetcdf-config', 'pnetcdf_version']] +
['lib/lib%(namelower)s.a', 'lib/lib%%(namelower)s.%s' % SHLIB_EXT],
'dirs': ['include'],
}

modextrapaths = {
'PNETCDF': '',
}

moduleclass = 'data'

0 comments on commit 0b00f01

Please sign in to comment.