new file: t/Tcl/Tcl-8.5.19.eb

new file:   t/Tk/Tk-8.5.19.eb
	modified:   x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
This commit is contained in:
Lukáš Krupčík 2019-06-11 09:55:22 +02:00
parent 6c9d4238c5
commit d7192b5cbf
3 changed files with 54 additions and 3 deletions

28
t/Tcl/Tcl-8.5.19.eb Normal file
View File

@ -0,0 +1,28 @@
# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Tcl'
version = "8.5.19"
homepage = 'http://www.tcl.tk/'
description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language,
suitable for a very wide range of uses, including web and desktop applications, networking, administration,
testing and many more."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
dependencies = [
('zlib', '1.2.11'),
]
configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"'
runtest = 'test'
start_dir = 'unix'
moduleclass = 'lang'

23
t/Tk/Tk-8.5.19.eb Normal file
View File

@ -0,0 +1,23 @@
# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Tk'
version = "8.5.19"
homepage = 'http://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': 'dummy', 'version': ''}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
dependencies = [('Tcl', version)]
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
start_dir = 'unix'
moduleclass = 'vis'

View File

@ -9,7 +9,7 @@ description = """XCrySDen is a crystalline and molecular structure visualisation
interactively rotated and manipulated."""
toolchain = {'name': 'dummy', 'version': ''}
toolchain = {'name': 'intel', 'version': '2017c'}
source_urls = ["http://www.xcrysden.org/download/"]
sources = [SOURCELOWER_TAR_GZ]
@ -17,8 +17,8 @@ sources = [SOURCELOWER_TAR_GZ]
patches = ['XCrySDen_no-bwidget.patch']
dependencies = [
('Tcl', '8.6.9', '', True),
('Tk', '8.6.9', '', True),
('Tcl', '8.5.19', '', True),
('Tk', '8.5.19', '', True),
('Mesa', '18.3.1', '', True),
]