easyconfigs-it4i/s/seekpath/seekpath-1.5.0-Python-2.7.13-base.eb
Lukáš Krupčík 94b3b47459 new file: a/ALAMODE/ALAMODE-0.9.8-intel-2017a.eb
new file:   c/Clang/Clang-5.0.0-GCC-6.3.0-2.27.eb
	new file:   d/DynaPhoPy/DynaPhoPy-1.15.eb
	new file:   l/LLVM/LLVM-5.0.0-GCC-6.3.0-2.27.eb
	new file:   n/Netgen/Netgen-5.3.1.eb
	new file:   n/Netgen/Netgen-6.0-beta.eb
	new file:   n/Netgen/ng.patch
	new file:   s/seekpath/seekpath-1.5.0-Python-2.7.13-base.eb
	new file:   t/Tcl/Tcl-8.6.7-GCC-6.3.0-2.27.eb
	modified:   t/Tk/Tk-8.6.6.eb
	new file:   t/Tk/Tk-8.6.7-GCC-6.3.0-2.27.eb
	deleted:    n/Netgen/Netgen-6.3.eb
2017-10-11 09:08:57 +02:00

32 lines
1.2 KiB
Plaintext

easyblock = "PythonPackage"
name = 'seekpath'
version = '1.5.0'
homepage = 'https://github.com/giovannipizzi/seekpath'
description = """SeeK-path is a python module to obtain and visualize band paths in the Brillouin zone of crystal structures.
The definition of k-point labels follows crystallographic convention, as defined and discussed in the HPKOT paper. Moreover,
the Bravais lattice is detected properly using the spacegroup symmetry. Also the suggested band path provided in the HPKOT
paper is returned. Systems without time-reversal and inversion-symmetry are also properly taken into account."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://pypi.python.org/packages/34/a0/3070823a5801e073cd9b961d8060b5ed6ad07fd255c8a1b10a8073c80e1c/']
sources = [SOURCELOWER_TAR_GZ]
python = "Python"
pythonversion = '2.7.13'
pyshortver = ".".join(pythonversion.split(".")[:-1])
versionsuffix = "-%s-%s-base" % (python, pythonversion)
dependencies = [
(python, pythonversion, '-base'),
('numpy', '1.13.0', versionsuffix),
('scipy', '0.19.1', versionsuffix),
]
sanity_check_commands = [('python', '-c "import seekpath; assert(seekpath.__version__ == \'%(version)s\')"')]
moduleclass = 'vis'