mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: b/Bison/Bison-3.7.6-GCCcore-10.2.0.eb new file: b/bwidget/bwidget-1.9.14-GCCcore-10.2.0.eb new file: d/DFTB+/DFTB+-21.1-intel-2020a-Python-3.8.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.0.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.2.eb new file: g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.3.0.eb new file: g/git/git-2.31.1.eb new file: m/MATLAB/MATLAB-2021a.eb new file: m/Molpro/Molpro-mpp-2021.1.0.linux_x86_64_openmp.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.3.0.eb new file: "o/OpenMPI/\\" new file: s/SoX/SoX-14.4.2-intel-2020b.eb modified: s/SoX/SoX-14.4.2.eb new file: t/Tcl/Tcl-8.6.11-GCCcore-10.2.0.eb new file: t/Tk/Tk-8.6.11-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0-GCCcore-10.2.0.eb new file: t/Togl/Togl-2.0_configure.patch new file: t/Togl/Togl-2.0_decl.patch new file: u/UCX/UCX-1.10.1-NVHPC-21.2-CUDA-11.3.0.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.3.0.eb new file: x/XCrySDen/XCrySDen-1.6.2-intel-2020b.eb
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Tk'
|
|
version = '8.6.11'
|
|
|
|
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': '10.2.0'}
|
|
|
|
source_urls = ["https://prdownloads.sourceforge.net/tcl"]
|
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
|
#patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
|
#checksums = [
|
|
# 'd3f9161e8ba0f107fe8d4df1f6d3a14c30cc3512dfc12a795daa367a27660dac', # tk8.6.9-src.tar.gz
|
|
# '7a6daa8349393af3d340e774aebf07c7410c51e01bc654ceb3679877063b961d', # Tk-8.6.4_different-prefix-with-tcl.patch
|
|
#]
|
|
|
|
builddependencies = [('binutils', '2.35')]
|
|
dependencies = [
|
|
('Tcl', version),
|
|
('X11', '20201008'),
|
|
('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'
|