mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: d/DIRAC/DIRAC-18.0-intel-2017c-Py-2.7.eb new file: h/h5py/h5py-2.9.0-foss-2019a.eb new file: t/Tensorflow/TensorFlow-1.13.1-foss-2019a-Python-3.7.2-salomon.eb
34 lines
993 B
Plaintext
34 lines
993 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'h5py'
|
|
version = '2.9.0'
|
|
|
|
homepage = 'http://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': 'foss', 'version': '2019a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['9d41ca62daf36d6b6515ab8765e4c8c4388ee18e2a665701fef2b41563821002']
|
|
|
|
multi_deps = {'Python': ['3.7.2', '2.7.15']}
|
|
|
|
builddependencies = [('pkgconfig', '1.5.1', '-python')]
|
|
|
|
dependencies = [
|
|
('Python', '3.7.2'),
|
|
('HDF5', '1.10.5'),
|
|
]
|
|
|
|
use_pip = False
|
|
download_dep_fail = True
|
|
|
|
# to really use mpi enabled hdf5 we now seem to need a configure step, which is the reason we can't use pip
|
|
prebuildopts = ' python setup.py configure --mpi --hdf5=$EBROOTHDF5 && '
|
|
|
|
moduleclass = 'data'
|