easyconfigs-it4i/t/Tcl/Tcl-8.6.9-GCCcore-8.2.0.eb
Lukáš Krupčík be35dd3041 new file: f/FLAC/FLAC-1.3.1.eb
new file:   m/matplotlib/matplotlib-2.1.1-Python-2.7.15.eb
	new file:   s/SoX/SoX-14.4.2.eb
	new file:   t/Tcl/Tcl-8.6.9-GCCcore-8.2.0.eb
	new file:   t/Tk/Tk-8.6.9-GCCcore-8.2.0.eb
2019-08-01 12:17:08 +02:00

28 lines
709 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Tcl'
version = '8.6.9'
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': 'GCCcore', 'version': '8.2.0'}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
dependencies = [
('zlib', '1.2.11', '', True),
]
configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"'
runtest = 'test'
start_dir = 'unix'
moduleclass = 'lang'