easyconfigs-it4i/t/Tk/Tk-8.6.10-GCCcore-9.3.0.eb
Lukáš Krupčík aec51f6dad new file: e/expat/expat-2.2.9-GCCcore-9.3.0.eb
new file:   p/PCRE2/PCRE2-10.34-GCCcore-9.3.0.eb
	new file:   t/Tk/Tk-8.6.10-GCCcore-9.3.0.eb
	new file:   u/UDUNITS/UDUNITS-2.2.26-GCCcore-9.3.0.eb
	modified:   v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb
	new file:   x/XZ/XZ-5.2.5-GCCcore-9.3.0.eb
2020-05-28 10:51:53 +02:00

43 lines
1.2 KiB
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'Tk'
version = '8.6.10'
homepage = 'https://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': '9.3.0'}
source_urls = ["https://ftp.osuosl.org/pub/blfs/conglomeration/tk/"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
checksums = [
'63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386', # tk8.6.10-src.tar.gz
'7a6daa8349393af3d340e774aebf07c7410c51e01bc654ceb3679877063b961d', # Tk-8.6.4_different-prefix-with-tcl.patch
]
builddependencies = [('binutils', '2.34')]
dependencies = [
('Tcl', version),
('X11', '20200222'),
('zlib', '1.2.11'),
]
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
installopts = "&& make install-private-headers"
postinstallcmds = ["ln -s wish%(version_major_minor)s %(installdir)s/bin/wish"]
sanity_check_paths = {
'files': ["bin/wish", "lib/tkConfig.sh", "include/tkInt.h"],
'dirs': [],
}
start_dir = 'unix'
moduleclass = 'vis'