# 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'