Merge branch 'master' into 'easyconfigs-it4i-anselm'

Master

See merge request !9
This commit is contained in:
easybuild_it4i 2017-04-05 13:02:16 +02:00
commit a700daaa83
1389 changed files with 127 additions and 43 deletions

View File

@ -1,26 +0,0 @@
easyblock = 'ConfigureMake'
name = 'Tk'
version = '8.6.4'
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': 'dummy'}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
patches = ['Tk-%(version)s_different-prefix-with-tcl.patch']
dependencies = [
('Tcl', version),
('zlib', '1.2.8'),
]
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"'
start_dir = 'unix'
moduleclass = 'vis'

Some files were not shown because too many files have changed in this diff Show More