easyconfigs-it4i/m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb
Lukáš Krupčík 7fbdd5a335 modified: f/foss/foss-2017a.eb
modified:   g/gompi/gompi-2017a.eb
	new file:   g/grace/grace-5.1.25-intel-2015b-test.eb
	modified:   g/grace/grace-5.1.25-intel-2017a.eb
	new file:   h/HDF5/HDF5-1.10.1-foss-2017a.eb
	new file:   h/HDF5/HDF5-1.8.18-foss-2017a-serial.eb
	modified:   m/motif/motif-2.3.4-intel-2017a.eb
	modified:   m/motif/motif-2.3.7.eb
	new file:   m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb
	modified:   s/Singularity/Singularity-2.4.2.eb
	modified:   s/Singularity/Singularity-2.4.eb
	new file:   t/TRIQS/TRIQS-1.4.1-foss-2017a.eb
	modified:   x/xorg-fonts/xorg-fonts-20170314.eb
2017-12-19 08:49:18 +01:00

28 lines
673 B
Plaintext

# IT4Innovations 2017
easyblock = 'PythonPackage'
name = 'mpi4py'
version = '3.0.0'
versionsuffix = '-Python-2.7.13'
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': 'foss', 'version': '2017a'}
source_urls = [BITBUCKET_DOWNLOADS]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '2.7.13', '', True),
]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'],
}
moduleclass = 'lib'