mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: c/c-blosc/c-blosc-1.21.0-GCC-10.3.0.eb new file: g/gompi/gompi-2020e.eb new file: h/HDF5/HDF5-1.12.0-gompi-2020e.eb new file: l/libfabric/libfabric-1.11.0-GCCcore-10.3.0.eb new file: o/OpenMPI/OpenMPI-4.1.4-GCC-10.3.0-CUDA-11.3.1.eb new file: o/openPMD-api/openPMD-api-0.14.4-gompi-2020e.eb new file: p/PNGwriter/PNGwriter-0.7.0-GCC-10.3.0.eb
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# IT4Innovations
|
|
# BS 2023
|
|
|
|
easyblock = "CMakeMake"
|
|
|
|
name = "openPMD-api"
|
|
version = "0.14.4"
|
|
|
|
homepage = 'https://github.com/openPMD/openPMD-api'
|
|
description = """openPMD is an open meta-data schema that provides meaning and self-description
|
|
for data sets in science and engineering. See the openPMD standard for details of this schema.
|
|
This library provides a reference API for openPMD data handling. Since openPMD is a schema
|
|
(or markup) on top of portable, hierarchical file formats, this library implements various
|
|
backends such as HDF5, ADIOS2 and JSON. Writing & reading through those backends and their
|
|
associated files are supported for serial and MPI-parallel workflows.
|
|
"""
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2020e'}
|
|
|
|
source_urls = ['https://github.com/openPMD/openPMD-api/archive/refs/tags/']
|
|
sources = ['%(version)s.tar.gz']
|
|
checksums = ['42b7bcd043e772d63f0fe0e5e70da411f001db10096d5b8be797ffc88e786379']
|
|
|
|
builddependencies = [('CMake', '3.20.1')]
|
|
|
|
dependencies = [
|
|
('HDF5', '1.12.0'),
|
|
('ADIOS2', '2.7.0'),
|
|
]
|
|
|
|
configopts = '-DopenPMD_USE_ADIOS2=ON -DopenPMD_USE_HDF5=ON '
|
|
|
|
separate_build_dir = True
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/openpmd-ls', 'bin/openpmd-pipe', 'lib/libopenPMD.so'],
|
|
'dirs': ['bin', 'include', 'lib64']
|
|
}
|
|
|
|
moduleclass = 'tools'
|