From 844ae2b8c1e950b5a8958982a7f8da49b477ef48 Mon Sep 17 00:00:00 2001 From: Anke Kreuzer <zitz1@jwlogin06.juwels> Date: Thu, 1 Jul 2021 16:30:03 +0200 Subject: [PATCH] Added mpi4py in npsmpic 2021 --- .../mpi4py-3.0.3-npsmpic-2021-Python-3.8.5.eb | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Golden_Repo/m/mpi4py/mpi4py-3.0.3-npsmpic-2021-Python-3.8.5.eb diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.0.3-npsmpic-2021-Python-3.8.5.eb b/Golden_Repo/m/mpi4py/mpi4py-3.0.3-npsmpic-2021-Python-3.8.5.eb new file mode 100644 index 000000000..ecfc94ba5 --- /dev/null +++ b/Golden_Repo/m/mpi4py/mpi4py-3.0.3-npsmpic-2021-Python-3.8.5.eb @@ -0,0 +1,29 @@ +easyblock = 'PythonPackage' + +name = 'mpi4py' +version = '3.0.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. +""" + +site_contacts = 'a.kreuzer@fz-juelich.de' + +toolchain = {'name': 'npsmpic', 'version': '2021'} + +source_urls = [BITBUCKET_DOWNLOADS] +sources = [SOURCE_TAR_GZ] + +versionsuffix = '-Python-%(pyver)s' + +dependencies = [('Python', '3.8.5')] + +prebuildopts = 'CFLAGS=-noswitcherror' + +sanity_check_paths = { + 'files': [], + 'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'], +} + +moduleclass = 'mpi' -- GitLab