Skip to content
Snippets Groups Projects
Commit 8d3d2306 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

add easyconfigs: mpi4py-3.1.3-npsmpic-2021b.eb mpi4py-3.1.3-nvompic-2021b.eb

parent d88c3273
Branches
Tags
No related merge requests found
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.1.3'
homepage = 'https://bitbucket.org/mpi4py/mpi4py'
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': 'npsmpic', 'version': '2021b'}
source_urls = ['https://github.com/%(name)s/%(name)s/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['a25f7e521ac5706a4e7284d986df006c26a2d13cc7ccee646cfc07c05bd65f05']
dependencies = [('Python', '3.9.6')]
prebuildopts = 'CFLAGS=-noswitcherror'
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
}
moduleclass = 'lib'
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.1.3'
homepage = 'https://bitbucket.org/mpi4py/mpi4py'
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': 'nvompic', 'version': '2021b'}
ource_urls = ['https://github.com/%(name)s/%(name)s/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['a25f7e521ac5706a4e7284d986df006c26a2d13cc7ccee646cfc07c05bd65f05']
dependencies = [('Python', '3.9.6')]
prebuildopts = 'CFLAGS=-noswitcherror'
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
}
moduleclass = 'lib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment