diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.4-gpsmpi-2022a.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.4-gpsmpi-2022a.eb new file mode 100644 index 0000000000000000000000000000000000000000..726a10d575bb44a278a0b6ef7f7d25dda130f8ef --- /dev/null +++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.4-gpsmpi-2022a.eb @@ -0,0 +1,24 @@ +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' diff --git a/Golden_Repo/m/mpi4py/mpi4py-3.1.4-ipsmpi-2022a.eb b/Golden_Repo/m/mpi4py/mpi4py-3.1.4-ipsmpi-2022a.eb new file mode 100644 index 0000000000000000000000000000000000000000..ec860dd9ec4a219e81ed510f99a103586a3a19ad --- /dev/null +++ b/Golden_Repo/m/mpi4py/mpi4py-3.1.4-ipsmpi-2022a.eb @@ -0,0 +1,24 @@ +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'