new file: b/bwidget/bwidget-1.9.15-GCCcore-11.3.0.eb.bak_20220823112108_58397

new file:   b/bwidget/bwidget-1.9.15-GCCcore-11.3.0.eb.bak_20220823112125_58813
	modified:   t/Togl/Togl-2.0-GCCcore-11.3.0.eb
	modified:   x/XCrySDen/XCrySDen-1.6.2-foss-2022a.eb
	modified:   x/XCrySDen/XCrySDen-1.6.2-intel-2022a.eb
	modified:   x/XCrySDen/XCrysDen-1.6.2-no-bwidget-tcl-download.patch
This commit is contained in:
Jakub Kropacek 2022-08-23 11:31:20 +02:00 committed by easybuild
parent c9eda0149a
commit 0299680652
6 changed files with 71 additions and 22 deletions

View File

@ -0,0 +1,26 @@
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'

View File

@ -0,0 +1,26 @@
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'

View File

@ -1,5 +1,5 @@
# IT4Innovations 2022
# JK
# Last contribution from IT4Innovations National Supercomputing Center, Czech Republic
# Jakub Kropacek, 2022
easyblock = 'ConfigureMake'
@ -11,7 +11,7 @@ description = """A Tcl/Tk widget for OpenGL rendering."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://downloads.sourceforge.net/project/togl/Togl/2.0/']
source_urls = ['https://downloads.sourceforge.net/project/%(namelower)s/%(name)s/%(version)s/']
sources = ['%(name)s%(version)s-src.tar.gz']
patches = [
'Togl-2.0_configure.patch',
@ -38,12 +38,12 @@ configopts += "--with-tcl=$EBROOTTCL/lib --with-tk=$EBROOTTK/lib"
sanity_check_paths = {
'files': [],
'dirs': ['include', 'lib'],
'dirs': ['include', 'lib', 'lib/%(name)s%(version)s'],
}
modextrapaths = {
'LD_LIBRARY_PATH': 'lib/Togl2.0',
'LIBRARY_PATH': 'lib/Togl2.0',
'LD_LIBRARY_PATH': 'lib/%(name)s%(version)s',
'LIBRARY_PATH': 'lib/%(name)s%(version)s',
}
moduleclass = 'vis'

View File

@ -1,5 +1,5 @@
# IT4Innovations 2022
# JK
# Contribution from IT4Innovations National Supercomputing Center, Czech Republic
# Jakub Kropacek, 2022
name = 'XCrySDen'
version = '1.6.2'
@ -19,7 +19,7 @@ sources = [SOURCELOWER_TAR_GZ]
patches = ['XCrysDen-1.6.2-no-bwidget-tcl-download.patch']
checksums = [
'811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f', # xcrysden-1.6.2.tar.gz
'4e2aaf0daa4b80f71bed3061d61e8490694f60cf511275282d77c1fd8be4a812', # XCrysDen-1.6.2-no-bwidget-tcl-download.patch
'e5f79c77116c6faf441d63f62bb3d22c5520163995b28e505d2168424a587bac', # XCrysDen-1.6.2-no-bwidget-tcl-download.patch
]
dependencies = [
@ -29,13 +29,14 @@ dependencies = [
('bwidget', '1.9.15'),
]
# gcc fix by Jakob Schiotz, commit 7433b19bd05d1d511ee135a92b3ba845c89814d7
prebuildopts = "export LDLIB='-ldl -Wl,--allow-multiple-definition' &&"
sanity_check_commands = [
'xcrysden --help',
# requires DISPLAY
'xcrysden --xsf $EBROOTXCRYSDEN/share/%(namelower)s-%(version)s/examples/XSF_Files/GaAsH.xsf --print output.png \
&& rm output.png ',
#'xcrysden --xsf $EBROOTXCRYSDEN/share/%(namelower)s-%(version)s/examples/XSF_Files/GaAsH.xsf --print output.png \
# && rm output.png',
]
moduleclass = 'vis'

View File

@ -1,7 +1,5 @@
# Institution: IT4Innovations National Supercomputing Center, Czech Republic
# Author: Jakub Kropacek
# License: GPLv3
# Year: 2022
# Contribution from IT4Innovations National Supercomputing Center, Czech Republic
# Jakub Kropacek, 2022
name = 'XCrySDen'
version = '1.6.2'
@ -22,7 +20,7 @@ sources = [SOURCELOWER_TAR_GZ]
patches = ['XCrysDen-1.6.2-no-bwidget-tcl-download.patch']
checksums = [
'811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f', # xcrysden-1.6.2.tar.gz
'4e2aaf0daa4b80f71bed3061d61e8490694f60cf511275282d77c1fd8be4a812', # XCrysDen-1.6.2-no-bwidget-tcl-download.patch
'e5f79c77116c6faf441d63f62bb3d22c5520163995b28e505d2168424a587bac', # XCrysDen-1.6.2-no-bwidget-tcl-download.patch
]
dependencies = [
@ -35,8 +33,8 @@ dependencies = [
sanity_check_commands = [
'xcrysden --help',
# requires DISPLAY
'xcrysden --xsf $EBROOTXCRYSDEN/share/%(namelower)s-%(version)s/examples/XSF_Files/GaAsH.xsf --print output.png \
&& rm output.png ',
#'xcrysden --xsf $EBROOTXCRYSDEN/share/%(namelower)s-%(version)s/examples/XSF_Files/GaAsH.xsf --print output.png \
# && rm output.png',
]
moduleclass = 'vis'

View File

@ -1,7 +1,5 @@
# Institution: IT4Innovations National Supercomputing Center, Czech Republic
# Author: Jakub Kropacek
# License: GPLv3
# Year: 2022
# Contribution from IT4Innovations National Supercomputing Center, Czech Republic
# Jakub Kropacek, 2022
#
# Do not download and build own BWidget and Tcl; use modules instead.
diff -Nru xcrysden-1.6.2.orig/Makefile xcrysden-1.6.2/Makefile