mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: a/alchemlyb/alchemlyb-0.1.0-Py-2.7.eb new file: g/gperftools/gperftools-2.7.eb new file: h/HDF5/HDF5-1.10.4-gompi-2019.02-parallel.eb new file: h/HDF5/HDF5-1.10.4-intel-2018a-parallel.eb new file: h/h5py/h5py-2.9.0-intel-2018a-Py-2.7.eb new file: l/LAMMPS/LAMMPS-20181212-intel-2017c.eb new file: m/mpi4py/mpi4py-3.0.0-intel-2018a-Py-2.7.eb new file: p/pandas/pandas-0.23.4-Py-2.7.eb new file: p/pkgconfig/pkgconfig-1.3.1-intel-2018a-Py-2.7.eb new file: p/pmx/pmx-20190115-Py-2.7.eb new file: p/pymbar/pymbar-3.0.3-Py-2.7.eb new file: p/pytz/pytz-2018.9-Py-2.7.eb modified: q/QMCPACK/QMCPACK-3.6.0-intel-2018a.eb new file: s/scikit-learn/scikit-learn-0.20.2-Py-2.7.eb new file: t/tbb/tbb-2018_U5-intel-2017c.eb modified: x/X11/X11-20170314.eb
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'h5py'
|
|
version = '2.9.0'
|
|
versionsuffix = '-Py-2.7'
|
|
|
|
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': 'intel', 'version': '2018a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['https://files.pythonhosted.org/packages/43/27/a6e7dcb8ae20a4dbf3725321058923fec262b6f7835179d78ccc8d98deec/']
|
|
sources = ['h5py-2.9.0.tar.gz']
|
|
|
|
dependencies = [
|
|
('HDF5', '1.10.4', '-parallel'),
|
|
('numpy', '1.15.4', '-Py-2.7', True),
|
|
('mpi4py', '3.0.0', '-Py-2.7'), # required for MPI support
|
|
('six', '1.11.0', '-Py-2.7', True),
|
|
('pkgconfig', '1.3.1', '-Py-2.7'),
|
|
('Cython', '0.27.3', '-Py-2.7', True),
|
|
]
|
|
|
|
prebuildopts = 'python setup.py configure --mpi --hdf5=$EBROOTHDF5 && '
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python2.7/site-packages/h5py-2.9.0-py2.7-linux-x86_64.egg'],
|
|
}
|
|
moduleclass = 'python'
|