Skip to content

Commit

Permalink
Merge pull request #1005 from tloizou/contrib_Tk
Browse files Browse the repository at this point in the history
Contributing Tk v8.6.1
  • Loading branch information
boegel committed Sep 23, 2015
2 parents 7202069 + 6c73b67 commit 6e64b12
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/t/Tk/Tk-8.6.1-ictce-5.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
easyblock = 'ConfigureMake'

name = 'Tk'
version = '8.6.1'

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': 'ictce', 'version': '5.3.0'}

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'

start_dir = 'unix'

moduleclass = 'vis'

0 comments on commit 6e64b12

Please sign in to comment.