modified: t/Tcl/Tcl-8.6.11-GCCcore-10.2.0.eb

modified:   t/Tk/Tk-8.6.11-GCCcore-10.2.0.eb
	modified:   x/XCrySDen/XCrySDen-1.6.2-intel-2020b.eb
	new file:   "x/XCrySDen/\\"
This commit is contained in:
Lukas Krupcik 2022-06-08 12:23:17 +02:00
parent 0bb179bd40
commit b7b854fb75
4 changed files with 36 additions and 4 deletions

View File

@ -15,7 +15,7 @@ toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
# checksums = ['ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e']
checksums = ['8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258']
builddependencies = [('binutils', '2.35')]

View File

@ -12,10 +12,10 @@ 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
checksums = [
'5228a8187a7f70fa0791ef0f975270f068ba9557f57456f51eb02d9d4ea31282', # tk8.6.9-src.tar.gz
# '7a6daa8349393af3d340e774aebf07c7410c51e01bc654ceb3679877063b961d', # Tk-8.6.4_different-prefix-with-tcl.patch
#]
]
builddependencies = [('binutils', '2.35')]
dependencies = [

View File

@ -14,6 +14,7 @@ toolchainopts = {'vectorize': False}
source_urls = ["http://www.xcrysden.org/download/"]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f']
local_tcltk_ver = '8.6.11'
dependencies = [

31
x/XCrySDen/\ Normal file
View File

@ -0,0 +1,31 @@
# IT4Innovations 2021
# JK
name = 'XCrySDen'
version = '1.6.2'
homepage = "http://www.xcrysden.org/"
description = """XCrySDen is a crystalline and molecular structure visualisation program aiming
at display of isosurfaces and contours, which can be superimposed on crystalline structures and
interactively rotated and manipulated."""
toolchain = {'name': 'intel', 'version': '2020b'}
toolchainopts = {'vectorize': False}
source_urls = ["http://www.xcrysden.org/download/"]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f']
local_tcltk_ver = '8.6.11'
dependencies = [
('Tcl', local_tcltk_ver),
('Tk', local_tcltk_ver),
('Togl', '2.0'),
('X11', '20201008'),
('libGLU', '9.0.1'),
('bwidget', '1.9.14'),
]
parallel = 1
moduleclass = 'vis'