mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: b/Boost/Boost-1.68.0-gompi-2019.01-Python-2.7.15.eb new file: b/Boost/Boost-1.68.0-gompi-2019.01-serial.eb new file: b/Boost/Boost-1.68.0-gompi-2019.01.eb new file: b/Boost/Boost-1.68.0-gompi-2019.02-Python-2.7.15.eb new file: c/Clang/Clang-7.0.1-gompi-2019.02.eb new file: f/FFTW/FFTW-3.3.8-GCC-8.1.0-2.30.eb new file: f/FFTW/FFTW-3.3.8-gompi-2019.02.eb new file: g/GMP/GMP-6.1.2-gompi-2019.01.eb new file: g/gompi/gompi-2019.01.eb new file: g/gompi/gompi-2019.02.eb new file: h/HDF5/HDF5-1.10.4-GCC-8.1.0-2.30-serial.eb new file: h/HDF5/HDF5-1.10.4-gompi-2019.02-serial.eb new file: h/h5py/h5py-2.7.1-gompi-2019.01-Py-2.7.eb new file: h/hwloc/hwloc-1.11.7-GCC-7.3.0-2.30.eb new file: h/hwloc/hwloc-1.11.7-GCC-8.1.0-2.30.eb modified: m/mpi4py/mpi4py-3.0.0-Py-2.7.eb new file: m/mpi4py/mpi4py-3.0.0-gompi-2019.01-Py-2.7.eb new file: n/numactl/numactl-2.0.11-GCC-7.3.0-2.30.eb new file: n/numactl/numactl-2.0.11-GCC-8.1.0-2.30.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-GCC-8.1.0-2.30.eb new file: o/OpenBLAS/OpenBLAS-0.2.20-gompi-2019.02.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-7.3.0-2.30.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-8.1.0-2.30.eb new file: p/Python/Python-2.7.15-gompi-2019.01.eb new file: p/Python/Python-2.7.15-gompi-2019.02.eb modified: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb deleted: s/sqsgenerator/sqsgenerator-20180226-Py-3.6.eb deleted: s/sqsgenerator/sqsgenerator-20180823-Py-3.6-v2.eb deleted: s/sqsgenerator/sqsgenerator-20180823-Py-3.6.eb deleted: t/TRIQS/TRIQS-2.0-foss-2017a.eb
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
# IT4Innovations 2017
|
|
|
|
# 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': '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'
|