easyconfigs-it4i/ARCHIVE/q/QuantumESPRESSO/QuantumESPRESSO-6.4.1-intel-2017c.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

45 lines
1.5 KiB
Plaintext

# IT4Innovations 2019
name = 'QuantumESPRESSO'
version = '6.4.1'
homepage = 'https://www.quantum-espresso.org'
description = """Quantum ESPRESSO is an integrated suite of local_computer codes
for electronic-structure calculations and materials modeling at the nanoscale.
It is based on density-functional theory, plane waves, and pseudopotentials
(both norm-conserving and ultrasoft).
"""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'usempi': True, 'openmp': True}
source_urls = [
'https://github.com/QEF/q-e/releases/download/qe-%(version)s/',
'https://github.com/wannier-developers/wannier90/archive/'
]
sources = [
'qe-%(version)s_release_pack.tgz',
{'filename': 'wannier90-3.0.0.tar.gz', 'download_filename': 'v3.0.0.tar.gz'},
]
patches = [('backports-%(version)s.diff', 'qe-%(version)s')]
checksums = [
'a9b19cf620656d89a83c1abdf87fbfd66a7d011e6153fa6db2dc207bf25f138a', # qe-6.4.1_release_pack.tgz
'f196e441dcd7b67159a1d09d2d7de2893b011a9f03aab6b30c4703ecbf20fe5b', # wannier90-3.0.0.tar.gz
'f49c9c9300f25364275e6f38f39125769c2ff7d384bd1cf12e75c6d1ea88c554', # backports-6.4.1.diff
]
dependencies = [
('HDF5', '1.10.5'),
('ELPA', '2018.11.001'),
('libxc', '4.3.4'),
]
# The third party packages should be installed separately and added as
# dependencies. The exception is w90, which is force built
buildopts = 'all gwl xspectra couple epw w90'
# parallel build tends to fail
parallel = 1
moduleclass = 'chem'