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

adding easyconfigs: mpi4py-3.1.4-gpsmpi-2022a.eb, mpi4py-3.1.4-ipsmpi-2022a.eb

parent c1ca4bfd
No related branches found
No related tags found
No related merge requests found
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.1.4'
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': 'gpsmpi', 'version': '2022a'}
source_urls = ['https://github.com/%(name)s/%(name)s/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['0ac7cc1fbd1d026b519c4f439ffc15d8776e5615c262dd233a418d73539c352b']
dependencies = [('Python', '3.10.4')]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
}
moduleclass = 'lib'
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.1.4'
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': 'ipsmpi', 'version': '2022a'}
source_urls = ['https://github.com/%(name)s/%(name)s/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['0ac7cc1fbd1d026b519c4f439ffc15d8776e5615c262dd233a418d73539c352b']
dependencies = [('Python', '3.10.4')]
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