easyconfigs-it4i/t/Tk/Tk-8.5.19.eb
Lukáš Krupčík d7192b5cbf new file: t/Tcl/Tcl-8.5.19.eb
new file:   t/Tk/Tk-8.5.19.eb
	modified:   x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
2019-06-11 09:55:22 +02:00

24 lines
639 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Tk'
version = "8.5.19"
homepage = 'http://www.tcl.tk/'
description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building
a graphical user interface (GUI) in many different programming languages."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
dependencies = [('Tcl', version)]
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
start_dir = 'unix'
moduleclass = 'vis'