mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

new file: l/libevent/libevent-2.1.12-GCCcore-14.2.0.eb new file: l/libfabric/libfabric-1.16.1-GCCcore-14.2.0.eb new file: l/libffi/libffi-3.4.5-GCCcore-14.2.0.eb new file: l/libpciaccess/libpciaccess-0.18.1-GCCcore-14.2.0.eb new file: l/libreadline/libreadline-8.2-GCCcore-13.3.0.eb new file: l/libreadline/libreadline-8.2-GCCcore-14.2.0.eb new file: l/libtool/libtool-2.4.7-GCCcore-14.2.0.eb new file: l/libxml2/libxml2-2.12.7-GCCcore-14.2.0.eb new file: m/Meson/Meson-1.4.0-GCCcore-14.2.0.eb new file: n/Ninja/Ninja-1.12.1-GCCcore-14.2.0.eb modified: o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0.eb new file: p/PMIx/PMIx-5.0.2-GCCcore-14.2.0.eb new file: p/Python/Python-3.12.3-GCCcore-14.2.0.eb new file: s/SQLite/SQLite-3.45.3-GCCcore-14.2.0.eb new file: t/Tcl/Tcl-8.6.14-GCCcore-14.2.0.eb new file: u/UCC/UCC-1.3.0-GCCcore-14.2.0.eb new file: u/UCX/UCX-1.16.0-GCCcore-14.2.0.eb new file: u/UnZip/UnZip-6.0-GCCcore-14.2.0.eb new file: x/xorg-macros/xorg-macros-1.20.1-GCCcore-14.2.0.eb
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
# IT4Innovations
|
|
# lK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Tcl'
|
|
version = '8.6.14'
|
|
|
|
homepage = 'https://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': '14.2.0'}
|
|
|
|
source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s']
|
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
|
checksums = ['5880225babf7954c58d4fb0f5cf6279104ce1cd6aa9b71e9a6322540e1c4de66']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.42'),
|
|
]
|
|
dependencies = [
|
|
('zlib', '1.3.1'),
|
|
]
|
|
|
|
configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"'
|
|
|
|
runtest = 'test'
|
|
|
|
start_dir = 'unix'
|
|
|
|
postinstallcmds = ['ln -s %(installdir)s/bin/tclsh%(version_major)s.%(version_minor)s %(installdir)s/bin/tclsh']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/tclsh%(version_major)s.%(version_minor)s', 'bin/tclsh',
|
|
'include/tcl.h', 'lib/libtcl%%(version_major)s.%%(version_minor)s.%s' % SHLIB_EXT,
|
|
'lib/tclConfig.sh', 'man/man1/tclsh.1'],
|
|
'dirs': ['share'],
|
|
}
|
|
|
|
moduleclass = 'lang'
|