Tk-8.6.7-intel-2018.eb 731 B

123456789101112131415161718192021222324252627
  1. easyblock = 'ConfigureMake'
  2. name = 'Tk'
  3. version = '8.6.7'
  4. homepage = 'http://www.tcl.tk/'
  5. description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for
  6. building a graphical user interface (GUI) in many different programming languages."""
  7. toolchain = {'name': 'intel', 'version': '2018'}
  8. source_urls = ["http://prdownloads.sourceforge.net/tcl"]
  9. sources = ['%(namelower)s%(version)s-src.tar.gz']
  10. patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
  11. dependencies = [
  12. ('X11', '20170805'),
  13. ('Tcl', version),
  14. ('zlib', '1.2.11'),
  15. ]
  16. configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
  17. start_dir = 'unix'
  18. moduleclass = 'vis'