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

modified: l/libmad/libmad-0.15.1b-GCCcore-11.3.0.eb new file: t/Togl/Togl-2.0-GCCcore-11.3.0.eb new file: x/XCrySDen/XCrySDen-1.6.2-intel-2022a.eb new file: x/XCrySDen/XCrysDen-1.6.2-no-bwidget-tcl-download.patch deleted: l/libmad/libmad-0.15.1b-GCCcore-11.3.0-remove-depreciated-gcc-options.patch deleted: t/Togl/Togl-2.0-GCCcore-10.2.0.eb
27 lines
734 B
Plaintext
27 lines
734 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
name = 'bwidget'
|
|
version = '1.9.15'
|
|
|
|
homepage = 'https://core.tcl-lang.org/bwidget/home'
|
|
description = 'The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using native Tcl/Tk 8.x namespaces.'
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
|
|
|
|
source_urls = ['https://downloads.sourceforge.net/project/tcllib/BWidget/%(version)s/']
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
checksums = ['9c4dd648fdfd31de7cb5af44b392a1916f949dd195820684d940edcd8485ac13']
|
|
|
|
builddependencies = [('binutils', '2.38')]
|
|
|
|
dependencies = [('Tk', '8.6.12')]
|
|
|
|
modextrapaths = {'TCLLIBPATH': '.'}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['button.tcl'],
|
|
'dirs': ['BWman', 'demo', 'images', 'lang', 'tests'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|