mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/Graphviz/Graphviz-2.44.1-GCCcore-9.3.0-Java-11.eb new file: h/h5py/h5py-2.9.0-GCC-9.3.0-Python-3.8.6.eb new file: h/h5py/h5py-3.1.0-intel-2020a-Python-3.8.6.eb new file: m/mpi4py/mpi4py-3.0.1-intel-2020a-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.13.1-GCC-9.3.0-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.14.1-GCC-9.3.0-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb new file: p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0.eb new file: p/pkgconfig/pkgconfig-1.5.1-GCCcore-9.3.0-Python-3.8.6.eb new file: p/pybind11/pybind11-2.4.3-GCCcore-9.3.0-Python-3.8.6.eb new file: s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.8.6.eb
26 lines
624 B
Plaintext
26 lines
624 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'h5py'
|
|
version = '2.9.0'
|
|
|
|
homepage = 'https://github.com/jupyter/testpath'
|
|
description = """Test utilities for code working with files and commands"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '9.3.0'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('HDF5', '1.10.6', '', ('intel', '2020a')),
|
|
('Python', '3.8.6'),
|
|
('mpi4py', '3.0.1', '-Python-3.8.6',('intel', '2020a')),
|
|
]
|
|
|
|
sanity_check_paths = {'files': [], 'dirs': [
|
|
'lib/python3.8/site-packages/%(name)s-%(version)s-py3.8-linux-x86_64.egg'], }
|
|
moduleclass = 'python'
|