mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
47d23b55d6
@ -14,7 +14,7 @@ source_urls = ['https://github.com/krivenko/som/archive/']
|
||||
sources = ['%(version)s.tar.gz']
|
||||
|
||||
dependencies = [
|
||||
('TRIQS', '1.4.1'),
|
||||
('TRIQS', '1.4.2'),
|
||||
]
|
||||
|
||||
builddependencies = [
|
||||
|
42
t/TRIQS/TRIQS-1.4.2-gompi-2019.02-test.eb
Normal file
42
t/TRIQS/TRIQS-1.4.2-gompi-2019.02-test.eb
Normal file
@ -0,0 +1,42 @@
|
||||
# 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
|
||||
# dft_tools extension https://issp-center-dev.github.io/DCore/develop/install_triqs14x.html
|
||||
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = 'TRIQS'
|
||||
version = '1.4.2'
|
||||
versionsuffix = '-test'
|
||||
|
||||
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 = ['1.4.x.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'
|
41
t/TRIQS/TRIQS-1.4.2-gompi-2019.02.eb
Normal file
41
t/TRIQS/TRIQS-1.4.2-gompi-2019.02.eb
Normal file
@ -0,0 +1,41 @@
|
||||
# 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
|
||||
# dft_tools extension https://issp-center-dev.github.io/DCore/develop/install_triqs14x.html
|
||||
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = 'TRIQS'
|
||||
version = '1.4.2'
|
||||
|
||||
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'
|
Loading…
x
Reference in New Issue
Block a user