easyconfigs-it4i/t/TRIQS/TRIQS-2.0-foss-2017a.eb
Josef fb37dd1b8b new file: c/Clang/Clang-7.0.1.eb
new file:   e/expat/expat-2.2.6.eb
	new file:   f/FFTW/FFTW-3.3.8-intel-2017c.eb
	new file:   f/FFmpeg/FFmpeg-4.1.eb
	new file:   f/FriBidi/FriBidi-1.0.5.eb
	new file:   f/ffmpeg/ffmpeg-4.1.eb
	new file:   f/fontconfig/fontconfig-2.13.0.eb
	new file:   f/freetype/freetype-2.9.1.eb
	new file:   h/HDF5/HDF5-1.10.1-foss-2017a-serial.eb
	new file:   i/ISL/ISL-0.15.eb
	new file:   i/ISL/ISL-0.20.eb
	new file:   i/icc/icc-2019.1.144-GCC-6.3.0-2.27.eb
	new file:   i/iccifort/iccifort-2019.1.144-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2019.1.144-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2019.1.144_no_mpi_mic_dependency.patch
	new file:   i/iimpi/iimpi-2019a.eb
	new file:   i/imkl/imkl-2019.1.144-iimpi-2019a.eb
	new file:   i/impi/impi-2019.1.144-iccifort-2019.1.144-GCC-6.3.0-2.27.eb
	new file:   i/intel/intel-2019a.eb
	modified:   i/intltool/intltool-0.51.0.eb
	new file:   l/LAME/LAME-3.100.eb
	modified:   p/Python/Python-2.7.14-GCC-6.3.0-2.27-base.eb
	modified:   t/TRIQS/TRIQS-1.4.1-foss-2017a.eb
	new file:   t/TRIQS/TRIQS-2.0-foss-2017a.eb
	new file:   x/X11/X11-20180604.eb
	new file:   x/XML-Parser/XML-Parser-2.41.eb
	new file:   x/XML-Parser/XML-Parser-2.44_01.eb
	new file:   x/x264/x264-20181203.eb
	new file:   x/x265/x265-2.9.eb
	deleted:    f/fontconfig/fontconfig-2.12.1-libpng-1.6.29.eb
	deleted:    f/fontconfig/fontconfig-2.13.0-libpng-1.6.34.eb
2019-01-10 10:34:11 +01:00

48 lines
1.4 KiB
Plaintext

# IT4Innovations 2019
# cthyb extension installed manually https://triqs.ipht.cnrs.fr/1.4/applications/cthyb/install.html
# som extension installed with EB s/som/som-1.1-foss-2017a.eb
easyblock = 'CMakeMake'
name = 'TRIQS'
version = '2.0'
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.13.1', '', True),
]
separate_build_dir = True
sanity_check_paths = {
'files': ['bin/pytriqs', 'lib/libtriqs.so'],
'dirs': [],
}
moduleclass = 'lib'