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

new file: m/MPI_NET/MPI_NET-1.3.0-intel-2020b.eb new file: m/Mono/Mono-6.12.0.122.eb new file: m/mpi4py/mpi4py-3.1.1-gompi-2020b-Python-3.8.6.eb new file: m/mpi4py/mpi4py-3.1.1-intel-2020b-Python-3.8.6.eb new file: p/phono3py/phono3py-2.0.0-intel-2020a-Python-3.8.2.eb new file: p/phonopy/phonopy-2.11.0-intel-2020a-Python-3.8.2.eb deleted: p/pkgconfig/pkgconfig-1.5.1-GCCcore-10.2.0-python.eb
28 lines
609 B
Plaintext
28 lines
609 B
Plaintext
# IT4Innovations
|
|
# LK 2020
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'mpi4py'
|
|
version = '3.1.1'
|
|
|
|
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': '2020b'}
|
|
|
|
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 = 'mpi'
|