easyconfigs-it4i/s/SPRKKR/SPRKKR-7.7.2-intel-2017c.eb
Josef Hrabal 7d4d7de9b4 new file: b/Boost/Boost-1.68.0-foss-2019a.eb
new file:   g/GTK+/GTK+-3.24.8-GCCcore-8.2.0.eb
	new file:   m/Meld/Meld-3.20.1-Python-3.7.2.eb
	new file:   o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb
	new file:   r/RSPt/RSPTmake.inc
	new file:   r/RSPt/RSPt-1.1-intel-2017c.eb
	new file:   r/RSPt/RSPt-1.1-intel-2017c.patch
	new file:   s/SPRKKR/SPRKKR-7.7.2-intel-2017c.eb
	new file:   s/SPRKKR/SPRKKR-7.7.2-intel-2017c.patch
	deleted:    p/PyGTK/PyGTK-2.24.0-Python-2.7.13.eb
2019-08-12 14:17:48 +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'