From a45d9ca07cb0f9187dc07e7a9eb74bd52b404906 Mon Sep 17 00:00:00 2001 From: Benedikt Steinbusch <b.steinbusch@fz-juelich.de> Date: Tue, 17 Nov 2020 10:13:18 +0100 Subject: [PATCH] add mpi4py to iimpi/2020 and ipsmpi/2020-mt toolchains --- .../mpi4py-3.0.3-iimpi-2020-Python-3.8.5.eb | 27 +++++++++++++++++++ ...pi4py-3.0.3-ipsmpi-2020-mt-Python-3.8.5.eb | 27 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 Golden_Repo/m/mpi4py/mpi4py-3.0.3-iimpi-2020-Python-3.8.5.eb create mode 100644 Golden_Repo/m/mpi4py/mpi4py-3.0.3-ipsmpi-2020-mt-Python-3.8.5.eb diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.0.3-iimpi-2020-Python-3.8.5.eb b/Golden_Repo/m/mpi4py/mpi4py-3.0.3-iimpi-2020-Python-3.8.5.eb new file mode 100644 index 000000000..403d9b55a --- /dev/null +++ b/Golden_Repo/m/mpi4py/mpi4py-3.0.3-iimpi-2020-Python-3.8.5.eb @@ -0,0 +1,27 @@ +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': 'iimpi', 'version': '2020'} + +source_urls = [BITBUCKET_DOWNLOADS] +sources = [SOURCE_TAR_GZ] + +versionsuffix = '-Python-%(pyver)s' + +dependencies = [('Python', '3.8.5')] + +sanity_check_paths = { + 'files': [], + 'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'], +} + +moduleclass = 'mpi' diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.0.3-ipsmpi-2020-mt-Python-3.8.5.eb b/Golden_Repo/m/mpi4py/mpi4py-3.0.3-ipsmpi-2020-mt-Python-3.8.5.eb new file mode 100644 index 000000000..9aa9df5da --- /dev/null +++ b/Golden_Repo/m/mpi4py/mpi4py-3.0.3-ipsmpi-2020-mt-Python-3.8.5.eb @@ -0,0 +1,27 @@ +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': 'ipsmpi', 'version': '2020-mt'} + +source_urls = [BITBUCKET_DOWNLOADS] +sources = [SOURCE_TAR_GZ] + +versionsuffix = '-Python-%(pyver)s' + +dependencies = [('Python', '3.8.5')] + +sanity_check_paths = { + 'files': [], + 'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'], +} + +moduleclass = 'mpi' -- GitLab