mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
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:
parent
0bb179bd40
commit
b7b854fb75
@ -15,7 +15,7 @@ toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|||||||
|
|
||||||
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
||||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||||
# checksums = ['ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e']
|
checksums = ['8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064088258']
|
||||||
|
|
||||||
builddependencies = [('binutils', '2.35')]
|
builddependencies = [('binutils', '2.35')]
|
||||||
|
|
||||||
|
@ -12,10 +12,10 @@ toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
|
|||||||
source_urls = ["https://prdownloads.sourceforge.net/tcl"]
|
source_urls = ["https://prdownloads.sourceforge.net/tcl"]
|
||||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||||
#patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
#patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
||||||
#checksums = [
|
checksums = [
|
||||||
# 'd3f9161e8ba0f107fe8d4df1f6d3a14c30cc3512dfc12a795daa367a27660dac', # tk8.6.9-src.tar.gz
|
'5228a8187a7f70fa0791ef0f975270f068ba9557f57456f51eb02d9d4ea31282', # tk8.6.9-src.tar.gz
|
||||||
# '7a6daa8349393af3d340e774aebf07c7410c51e01bc654ceb3679877063b961d', # Tk-8.6.4_different-prefix-with-tcl.patch
|
# '7a6daa8349393af3d340e774aebf07c7410c51e01bc654ceb3679877063b961d', # Tk-8.6.4_different-prefix-with-tcl.patch
|
||||||
#]
|
]
|
||||||
|
|
||||||
builddependencies = [('binutils', '2.35')]
|
builddependencies = [('binutils', '2.35')]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -14,6 +14,7 @@ toolchainopts = {'vectorize': False}
|
|||||||
|
|
||||||
source_urls = ["http://www.xcrysden.org/download/"]
|
source_urls = ["http://www.xcrysden.org/download/"]
|
||||||
sources = [SOURCELOWER_TAR_GZ]
|
sources = [SOURCELOWER_TAR_GZ]
|
||||||
|
checksums = ['811736ee598bec1a5b427fd10e4e063a30dd7cadae96a43a50b36ce90a4f503f']
|
||||||
|
|
||||||
local_tcltk_ver = '8.6.11'
|
local_tcltk_ver = '8.6.11'
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
31
x/XCrySDen/\
Normal file
31
x/XCrySDen/\
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user