easyconfigs-it4i/m/mpi4py/mpi4py-3.0.1-intel-2020a-Python-3.8.6.eb
Lukas Krupcik 35c211a68e new file: g/Graphviz/Graphviz-2.44.1-GCCcore-9.3.0-Java-11-Python-3.8.2.eb
new file:   g/Graphviz/Graphviz-2.44.1-GCCcore-9.3.0-Java-11.eb
	new file:   h/h5py/h5py-2.9.0-GCC-9.3.0-Python-3.8.6.eb
	new file:   h/h5py/h5py-3.1.0-intel-2020a-Python-3.8.6.eb
	new file:   m/mpi4py/mpi4py-3.0.1-intel-2020a-Python-3.8.6.eb
	new file:   p/PyQt5/PyQt5-5.13.1-GCC-9.3.0-Python-3.8.6.eb
	new file:   p/PyQt5/PyQt5-5.14.1-GCC-9.3.0-Python-3.8.6.eb
	new file:   p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb
	new file:   p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0.eb
	new file:   p/pkgconfig/pkgconfig-1.5.1-GCCcore-9.3.0-Python-3.8.6.eb
	new file:   p/pybind11/pybind11-2.4.3-GCCcore-9.3.0-Python-3.8.6.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.8.6.eb
2021-03-03 12:50:06 +01:00

29 lines
644 B
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.0.1'
versionsuffix = '-Python-3.8.6'
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': 'intel', 'version': '2020a'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '3.8.6'),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.8/site-packages/mpi4py'],
}
moduleclass = 'python'