easyconfigs-it4i/t/Tcl/Tcl-8.6.5.eb
easybuild 9d09174288 # new file: h/HDF5/HDF5-1.10.0-patch1-intel-2017a.eb
#	modified:   h/HDF5/HDF5-1.8.17-intel-2017a.eb
#	modified:   p/Python/Python-3.6.1.eb
#	modified:   t/Tcl/Tcl-8.6.5.eb
#	new file:   u/util-linux/util-linux-2.29.eb
2017-04-11 20:18:46 +02:00

27 lines
675 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Tcl'
version = '8.6.5'
homepage = 'http://www.tcl.tk/'
description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language,
suitable for a very wide range of uses, including web and desktop applications, networking, administration,
testing and many more."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
dependencies = [
('zlib', '1.2.11'),
]
configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"'
runtest = 'test'
start_dir = 'unix'
moduleclass = 'lang'