easyconfigs-it4i/ARCHIVE/s/SPRKKR/SPRKKR-7.7.2-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

37 lines
867 B
Plaintext

# IT4Innovations 2019
easyblock = 'MakeCp'
name = 'SPRKKR'
version = '7.7.2'
homepage = 'http://olymp.cup.uni-muenchen.de/index.php?option=com_content&view=article&id=8&catid=4&Itemid=7&lang=en'
description = """The SPRKKR band structure package allows to calculate the electronic
structure of arbitrary 3-D periodic systems, including systems with chemical disorder."""
toolchain = {'name': 'intel', 'version': '2017c'}
sources = ['SPRKKR7_7_2.zip']
patches = ['SPRKKR-7.7.2-intel-2017c.patch']
dependencies = [
('git', '2.21.0', '', True),
('dos2unix', '7.4.0', '', True),
]
prebuildopts = "dos2unix gitstamp.sh && chmod +x gitstamp.sh && mkdir bin && "
buildopts = "allmpi"
maxparallel = 1
files_to_copy = ["bin"]
sanity_check_paths = {
'files': ['bin/embgen7.7.2MPI', 'bin/kkrchi7.7.2MPI'],
'dirs': []
}
moduleclass = 'phys'