easyconfigs-it4i/t/TRIQS/TRIQS-1.4.1-foss-2017a.eb
Lukáš Krupčík 88a59d21f3 new file: b/Boost/Boost-1.66.0-foss-2017a-Py-2.7.eb
new file:   b/backports_abc/backports_abc-0.5-Py-2.7.eb
	new file:   c/certifi/certifi-2018.1.18-Py-2.7.eb
	new file:   c/certifi/certifi-2018.1.18-Py-3.6.eb
	new file:   i/ipython/ipython-6.2.1-Py-2.7.eb
	new file:   i/ipython/ipython-6.2.1-Py-3.6.eb
	new file:   j/Jinja2/Jinja2-2.10-Py-2.7.eb
	new file:   l/latexcodec/latexcodec-1.0.5-Py-3.6.eb
	new file:   m/Mako/Mako-1.0.7-Py-2.7.eb
	new file:   m/MarkupSafe/MarkupSafe-1.0-Py-2.7.eb
	new file:   m/monty/monty-1.0.2-Py-3.6.eb
	new file:   m/mpmath/mpmath-1.0.0-Py-3.6.eb
	new file:   p/PyYAML/PyYAML-3.12-Py-3.6.eb
	new file:   p/pandas/pandas-0.22.0-Py-3.6.eb
	new file:   p/pybtex/pybtex-0.21-Py-3.6.eb
	new file:   p/pymatgen/pymatgen-Py-3.6.eb
	new file:   p/pyzmq/pyzmq-16.0.4-Py-2.7.eb
	new file:   r/requests/requests-2.18.4-Py-3.6.eb
	new file:   r/ruamel.yaml/ruamel.yaml-0.15.35-Py-3.6.eb
	new file:   s/singledispatch/singledispatch-3.4.0.3-Py-2.7.eb
	new file:   s/sympy/sympy-1.1.1-Py-3.6.eb
	modified:   t/TRIQS/TRIQS-1.4.1-foss-2017a.eb
	new file:   t/tornado/tornado-4.5.3-Py-2.7.eb
	new file:   u/urllib3/urllib3-1.22-Py-3.6.eb
	new file:   v/virtualenv/virtualenv-15.1.0-Py-2.7.eb
2018-02-09 09:09:24 +01:00

47 lines
1.3 KiB
Plaintext

# IT4Innovations 2017
# cthyb extension installed manually https://triqs.ipht.cnrs.fr/1.4/applications/cthyb/install.html
easyblock = 'CMakeMake'
name = 'TRIQS'
version = '1.4.1'
homepage = 'https://triqs.ipht.cnrs.fr'
description = """TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific
project providing a set of C++ and Python libraries to develop new tools for the study
of interacting quantum systems."""
toolchain = {'name': 'foss', 'version': '2017a'}
source_urls = ['https://github.com/TRIQS/triqs/archive/']
sources = ['%(version)s.tar.gz']
dependencies = [
('Mako', '1.0.7', '', ('Py', '2.7')),
('mpi4py', '3.0.0', '', ('Py', '2.7')),
('Boost', '1.66.0', '-Py-2.7', ('foss', '2017a')),
('numpy', '1.13.3', '', ('Py', '2.7')),
('scipy', '1.0.0', '', ('Py', '2.7')),
('h5py', '2.7.1', '', ('Py', '2.7')),
('Jinja2', '2.10', '', ('Py', '2.7')),
('matplotlib', '2.1.1', '', ('Py', '2.7')),
('tornado', '4.5.3', '', ('Py', '2.7')),
('virtualenv', '15.1.0', '', ('Py', '2.7')),
('pyzmq', '16.0.4', '', ('Py', '2.7')),
('HDF5', '1.10.1', '-serial'),
]
builddependencies = [
('CMake', '3.9.1', '', True),
]
separate_build_dir = True
sanity_check_paths = {
'files': ['bin/pytriqs','lib/libtriqs.so'],
'dirs': [],
}
moduleclass = 'lib'