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

modified: g/gompi/gompi-2017a.eb new file: g/grace/grace-5.1.25-intel-2015b-test.eb modified: g/grace/grace-5.1.25-intel-2017a.eb new file: h/HDF5/HDF5-1.10.1-foss-2017a.eb new file: h/HDF5/HDF5-1.8.18-foss-2017a-serial.eb modified: m/motif/motif-2.3.4-intel-2017a.eb modified: m/motif/motif-2.3.7.eb new file: m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb modified: s/Singularity/Singularity-2.4.2.eb modified: s/Singularity/Singularity-2.4.eb new file: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb modified: x/xorg-fonts/xorg-fonts-20170314.eb
37 lines
889 B
Plaintext
37 lines
889 B
Plaintext
# IT4Innovations 2017
|
|
|
|
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.6', '-Python-2.7.13', True),
|
|
('mpi4py', '3.0.0', '-Python-2.7.13'),
|
|
('Boost', '1.63.0', '-Python-2.7.13'),
|
|
('HDF5', '1.8.18', '-serial'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.1', '', True),
|
|
]
|
|
|
|
separate_build_dir = True
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ipytriqs','bin/pytriqs','lib/libtriqs.so'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lib'
|