easyconfigs-it4i/m/mpi4py/mpi4py-3.1.3-foss-2021a.eb
Jakub Kropacek 29773993aa new file: l/LAPACK/LAPACK-3.10.0-gompi-2021a.eb
new file:   m/Mmg/Mmg-5.6.0-gompi-2021a.eb
	new file:   m/mpi4py/mpi4py-3.1.3-foss-2021a.eb
	new file:   p/PETSc/PETSc-3.17.4-foss-2021a.eb
	new file:   p/PETSc/webclient-3.17.0.patch
	new file:   s/SuiteSparse/SuiteSparse-5.13.0-foss-2021a-METIS-5.1.0.eb
	deleted:    p/PETSc/PETSc-3.17.2-foss-2021a.eb
2022-09-24 14:26:55 +02:00

28 lines
608 B
Plaintext

# IT4Innovations
# JK 2022
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.1.3'
homepage = 'http://mpi4py.scipy.org/docs'
description = """MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for
the Python programming language, allowing any Python program to exploit multiple processors."""
toolchain = {'name': 'foss', 'version': '2021a'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '3.9.5'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.9/site-packages/mpi4py'],
}
moduleclass = 'mpi'