mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00

new file: n/numpy/numpy-1.14.2-Py-2.7-test.eb new file: p/phono3py/phono3py-1.11.13.35-Py-2.7-test.eb new file: p/phono3py/phono3py-1.11.13.35-Py-2.7.eb new file: p/phono3py/phono3py-1.12.9.5-Py-2.7.eb new file: p/phonopy/phonopy-1.12.6.66-Py-2.7.eb new file: z/zsh/zsh-5.2-foss-2018b.eb deleted: p/phono3py/phono3py-1.12.7.46-Py-2.7.eb
21 lines
453 B
Plaintext
21 lines
453 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'zsh'
|
|
version = '5.2'
|
|
|
|
homepage = 'http://www.zsh.org/'
|
|
description = "Zsh is a shell designed for interactive use, although it is also a powerful scripting language."
|
|
|
|
toolchain = {'name': 'foss', 'version': '2018a'}
|
|
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s']
|
|
|
|
dependencies = [
|
|
('ncurses', '6.0', '', True),
|
|
]
|
|
|
|
moduleclass = 'tools'
|