easyconfigs-it4i/t/TRIQS/TRIQS-1.4.1-gompi-2019.02.eb
Lukáš Krupčík 9f32b453a7 new file: d/DBus/DBus-1.13.6-GCCcore-6.3.0.eb
new file:   d/dill/dill-0.2.9-Py-2.7.eb
	new file:   h/HDF5/HDF5-1.10.2-foss-2017a.eb
	new file:   m/multiprocess/multiprocess-0.70.7-Py-2.7.eb
	new file:   m/multiprocess/test.py
	new file:   n/NSPR/NSPR-4.20-GCCcore-6.3.0.eb
	new file:   n/NSS/NSS-3.39-GCCcore-6.3.0.eb
	new file:   o/OpenFOAM/OpenFOAM-5.0-intel-2017a-uv.eb
	new file:   o/OpenFOAM/OpenFOAM-6-intel-2017a.eb
	new file:   "o/OpenFOAM/etenv(\"EBROOTOPENFOAM\", root)"
	new file:   p/ParaView/ParaView-5.4.1-foss-2017a-mpi-uv.eb
	new file:   p/ParaView/ParaView-5.4.1-intel-2017a-mpi-uv.eb
	new file:   q/Qt5/Qt5-5.11.2-GCC-6.3.0-2.27.eb
	new file:   q/Qt5/Qt5-5.9.3-intel-2017a.eb
	new file:   s/som/som-1.1-gompi-2019.02.eb
	new file:   t/TRIQS/TRIQS-1.4.1-gompi-2019.02.eb
	deleted:    o/OpenFOAM/OpenFOAM-6-foss-2017b-noGUI.eb
	deleted:    q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27-uv.eb
2019-02-06 07:27:20 +01:00

41 lines
1.0 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 = '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': 'gompi', 'version': '2019.02'}
source_urls = ['https://github.com/TRIQS/triqs/archive/']
sources = ['%(version)s.tar.gz']
dependencies = [
('HDF5', '1.10.4', '-serial'),
('FFTW', '3.3.8'),
('Clang', '7.0.1'),
('OpenBLAS', '0.2.20'),
('Boost', '1.68.0', '-Python-2.7.15'),
]
builddependencies = [
('CMake', '3.13.1', '', True),
]
separate_build_dir = True
sanity_check_paths = {
'files': ['bin/pytriqs', 'lib/libtriqs.so'],
'dirs': [],
}
moduleclass = 'lib'