mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
29 lines
754 B
Plaintext
29 lines
754 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Tk'
|
|
version = '8.6.9'
|
|
|
|
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': 'GCCcore', 'version': '8.2.0'}
|
|
|
|
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
|
|
|
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
|
|
|
dependencies = [
|
|
('Tcl', version),
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
|
|
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"'
|
|
|
|
start_dir = 'unix'
|
|
|
|
moduleclass = 'vis'
|