Merge branch 'easyconfigs-it4i-salomon'

This commit is contained in:
Lukas Krupcik 2017-04-10 11:10:21 +02:00
commit 57eeb4abc9

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

@ -0,0 +1,23 @@
# Built with EasyBuild version 2.8.0 on 2016-07-28_13-53-57
# Built with EasyBuild version 2.1.1 on 2015-06-30_09-23-50
easyblock = 'ConfigureMake'
name = 'Tk'
version = "8.6.3"
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'