mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 12:10:50 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
81d1c2e6bb
28
t/Tcl/Tcl-8.5.19.eb
Normal file
28
t/Tcl/Tcl-8.5.19.eb
Normal 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
23
t/Tk/Tk-8.5.19.eb
Normal 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'
|
@ -9,7 +9,7 @@ description = """XCrySDen is a crystalline and molecular structure visualisation
|
|||||||
interactively rotated and manipulated."""
|
interactively rotated and manipulated."""
|
||||||
|
|
||||||
|
|
||||||
toolchain = {'name': 'dummy', 'version': ''}
|
toolchain = {'name': 'intel', 'version': '2017c'}
|
||||||
|
|
||||||
source_urls = ["http://www.xcrysden.org/download/"]
|
source_urls = ["http://www.xcrysden.org/download/"]
|
||||||
sources = [SOURCELOWER_TAR_GZ]
|
sources = [SOURCELOWER_TAR_GZ]
|
||||||
@ -17,9 +17,10 @@ sources = [SOURCELOWER_TAR_GZ]
|
|||||||
patches = ['XCrySDen_no-bwidget.patch']
|
patches = ['XCrySDen_no-bwidget.patch']
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('Tcl', '8.6.9', '', True),
|
('Tcl', '8.5.19', '', True),
|
||||||
('Tk', '8.6.9', '', True),
|
('Tk', '8.5.19', '', True),
|
||||||
('Mesa', '18.3.1', '', True),
|
('Mesa', '18.3.1', '', True),
|
||||||
|
('libGLU', '9.0.0', '', True),
|
||||||
]
|
]
|
||||||
|
|
||||||
osdependencies = ['libXmu-devel']
|
osdependencies = ['libXmu-devel']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user