easyconfigs-it4i/h/h5py/h5py-3.1.0-intel-2020b.eb
Jakub Kropacek d94880541d new file: a/OAMD/OAMD-2021a.eb
new file:   d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb
	new file:   h/HDF5/HDF5-1.10.6-OAMD-2021a-parallel.eb
	new file:   h/h5py/h5py-3.1.0-intel-2020b.eb
	modified:   m/MATLAB/MATLAB-2021a.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.9-CUDA-11.4.1-v2.eb
	new file:   q/QMCPACK/QMCPACK-3.11.0-AOCC-3.1.0-OpenMPI-4.1.1-Python-3.8.6.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.11-AOCC-3.1.0.eb
	new file:   s/Szip/Szip-2.1.1-OAMD-2021a.eb
	new file:   z/zlib/zlib-1.2.11-OAMD-2021a.eb
2021-10-19 15:45:45 +02:00

35 lines
1.2 KiB
Plaintext

easyblock = 'PythonPackage'
name = 'h5py'
version = '3.1.0'
homepage = 'https://www.h5py.org/'
description = """HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library,
version 5. HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous
amounts of data."""
toolchain = {'name': 'GCC', 'version': '10.2.0'}
toolchainopts = {'usempi': True}
sources = [SOURCE_TAR_GZ]
checksums = ['1e2516f190652beedcb8c7acfa1c6fa92d99b42331cbef5e5c7ec2d65b0fc3c2']
builddependencies = [('pkgconfig', '1.5.1', '-python')]
dependencies = [
('Python', '3.8.6'),
('SciPy-bundle', '2020.11'),
('HDF5', '1.10.6', '-AOCC-3.1.0-OpenMPI-4.1.1-Python-3.8.6'),
]
use_pip = True
sanity_pip_check = True
download_dep_fail = True
# h5py's setup.py will disable setup_requires if H5PY_SETUP_REQUIRES is set to 0
# without this environment variable, pip will fetch the minimum numpy version h5py supports during install,
# even though SciPy-bundle provides a newer version that satisfies h5py's install_requires dependency.
preinstallopts = 'HDF5_MPI=ON HDF5_DIR="$EBROOTHDF5" H5PY_SETUP_REQUIRES=0 '
moduleclass = 'data'