new file: h/HDF5/HDF5-1.10.6-gompi-2019b.eb

modified:   h/h5py/h5py-2.9.0-Py-3.6.eb
	modified:   m/mpi4py/mpi4py-3.0.0-Py-3.6.eb
	modified:   m/mpi4py/mpi4py-3.0.1-Py-3.6.eb
	new file:   p/Py/Py-2.7.eb.old
This commit is contained in:
Lukáš Krupčík 2020-03-23 07:40:13 +01:00
parent faf1c92c61
commit 46251b983d
5 changed files with 47 additions and 4 deletions

View File

@ -0,0 +1,25 @@
# IT4Innovations 2020
name = 'HDF5'
version = '1.10.6'
versionsuffix = '-parallel'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of
extremely large and local_complex data collections."""
toolchain = {'name': 'gompi', 'version': '2019b'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [
'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
configopts = '--enable-fortran --enable-fortran2003 --enable-cxx'
dependencies = [
('zlib', '1.2.11', '', True),
('Szip', '2.1', '', True),
]
moduleclass = 'data'

View File

@ -14,7 +14,7 @@ source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('HDF5', '1.10.4', '-parallel', ('gompi', '2017c')),
('HDF5', '1.10.6', '-parallel', ('gompi', '2019b')),
('numpy', '1.16.3'),
('mpi4py', '3.0.1'), # required for MPI support
('six', '1.11.0'),

View File

@ -15,7 +15,7 @@ source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('OpenMPI', '1.10.7', '', ('GCC', '6.3.0-2.27')),
('gompi', '2019b', '', True),
]
sanity_check_paths = {

View File

@ -1,4 +1,4 @@
# IT4Innovations 2018
# IT4Innovations 2020
easyblock = 'PythonPackage'
@ -15,7 +15,7 @@ source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('gompi', '2017c', '', True),
('gompi', '2019b', '', True),
]
sanity_check_paths = {

18
p/Py/Py-2.7.eb.old Normal file
View File

@ -0,0 +1,18 @@
# IT4Innovations 2018
easyblock = "Toolchain"
name = 'Py'
version = '2.7'
homepage = 'https://www.python.org'
description = """Python 2.7 toolchain"""
toolchain = {'name': 'dummy', 'version': 'dummy'}
dependencies = [
('Python', '2.7.14', '-base', ('GCC', '6.3.0-2.27')),
('GCC', '6.3.0-2.27'),
]
moduleclass = 'toolchain'