mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: e/ELSI/ELSI-2.5.0-intel-2020b.eb new file: f/FFTW/FFTW-3.3.8-gompi-2020a-amd.eb new file: l/libGridXC/libGridXC-0.8.5-iimpi-2020b.eb new file: l/libPSML/libPSML-1.1.8-iccifort-2020.4.304.eb new file: l/libxc/libxc-4.3.4-intel-2020b.eb new file: p/PETSc/PETSc-3.12.4-intel-2020b.eb new file: s/SLEPc/SLEPc-3.13.3-intel-2020a-Python-3.8.6.eb new file: s/Siesta/Siesta-4.1-Max-1.2.0-intel-2020b.eb new file: s/Siesta/Siesta-4.1-b5-intel-2020b-test.eb new file: t/TotalView/TotalView-2021.2.14.eb new file: x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'ELSI'
|
|
version = '2.5.0'
|
|
|
|
homepage = 'https://wordpress.elsi-interchange.org/'
|
|
description = """ELSI provides and enhances scalable, open-source software library solutions for
|
|
electronic structure calculations in materials science, condensed matter physics, chemistry, and many other fields.
|
|
ELSI focuses on methods that solve or circumvent eigenvalue problems in electronic structure theory.
|
|
The ELSI infrastructure should also be useful for other challenging eigenvalue problems.
|
|
"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
toolchainopts = {'usempi': True, 'pic': True}
|
|
|
|
source_urls = ['http://wordpress.elsi-interchange.org/wp-content/uploads/2020/02/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['f4d77c4291341c9708ab8070dc4ec683577b3556e7d9f214370d626dc6a4753f']
|
|
|
|
builddependencies = [
|
|
('flex', '2.6.4'),
|
|
('Bison', '3.7.1'),
|
|
('CMake', '3.20.1', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
('ELPA', '2019.11.001'),
|
|
# ('SLEPc', '3.13.3'),
|
|
]
|
|
|
|
# SLEPc and internal PEXSI can't coexist due to conflicting dependencies
|
|
build_internal_pexsi = False
|
|
|
|
runtest = True
|
|
|
|
moduleclass = 'math'
|