mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

# modified: _not_installed/f/flex/flex-2.5.38-GCC-4.8.2.eb # modified: b/Bash/Bash-4.2-intel-2015b.eb # modified: b/Bison/Bison-2.5-intel-2015b.eb # modified: b/Bison/Bison-3.0.2-intel-2015b.eb # modified: b/Boost/Boost-1.58.0-intel-2015b-Python-2.7.9.eb # modified: b/byacc/byacc-20120526-intel-2015b.eb # modified: c/CMake/CMake-3.0.0-intel-2015b.eb # modified: c/cURL/cURL-7.37.1-intel-2015b.eb # modified: d/Doxygen/Doxygen-1.8.7-intel-2015b.eb # new file: f/fixesproto/fixesproto-5.0.eb # modified: f/flex/flex-2.5.35-intel-2015b.eb # new file: f/fontconfig/fontconfig-2.11.1.eb # modified: g/GMP/GMP-5.0.5-intel-2015b.eb # modified: i/inputproto/inputproto-2.3.eb # modified: k/kbproto/kbproto-1.0.6.eb # modified: l/libICE/libICE-1.0.9.eb # modified: l/libSM/libSM-1.2.2.eb # new file: l/libX11/libX11-1.6.2-Python-2.7.9.eb # new file: l/libX11/libX11-1.6.3.eb # new file: l/libXau/libXau-1.0.8.eb # new file: l/libXdmcp/libXdmcp-1.1.2.eb # modified: l/libXext/libXext-1.3.3.eb # modified: l/libmatheval/libmatheval-1.1.8-intel-2015b.eb # new file: l/libpthread-stubs/libpthread-stubs-0.3.eb # modified: l/libtool/libtool-2.4.2-foss-2015b.eb # new file: l/libxcb/libxcb-1.11-Python-2.7.9.eb # new file: l/libxcb/libxcb-1.11.1.eb # modified: l/libxml2/libxml2-2.9.2-ictce-7.3.5.eb # modified: m/M4/M4-1.4.16-intel-2015b.eb # modified: m/make/make-3.82-intel-2015b.eb # modified: n/NASM/NASM-2.11.05-intel-2015b.eb # modified: o/OpenBLAS/OpenBLAS-0.2.14-GNU-5.1.0-2.25-LAPACK-3.5.0.eb # modified: p/Perl/Perl-5.16.3-intel-2015b.eb # new file: p/Perl/Perl-5.24.0-GCC-4.9.3-2.25-bare.eb # modified: p/Python/Python-2.7.8-intel-2015b.eb # modified: p/Python/Python-2.7.9-intel-2015b.eb # new file: r/renderproto/renderproto-0.11.eb # modified: s/SQLite/SQLite-3.8.8.1-ictce-7.3.5.eb # modified: s/SQLite/SQLite-3.8.8.1-intel-2015b.eb # modified: t/Tcl/Tcl-8.6.3-intel-2015b.eb # modified: t/Tk/Tk-8.5.12-intel-2015b.eb # modified: t/tcsh/tcsh-6.18.01-intel-2015b.eb # modified: v/Valgrind/Valgrind-3.11.0-foss-2015b.eb # modified: v/Valgrind/Valgrind-3.11.0-intel-2015b.eb # new file: x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb # new file: x/xcb-proto/xcb-proto-1.11.eb # new file: x/xcb-util # new file: x/xcb-util-image/xcb-util-image-0.4.0.eb # new file: x/xcb-util-keysyms/xcb-util-keysyms-0.4.0.eb # new file: x/xcb-util-renderutil/xcb-util-renderutil-0.3.9.eb # new file: x/xcb-util-wm/xcb-util-wm-0.4.1.eb # modified: x/xextproto/xextproto-7.3.0.eb # new file: x/xineramaproto/xineramaproto-1.2.1.eb # modified: x/xorg-macros/xorg-macros-1.17.eb # modified: x/xproto/xproto-7.0.26.eb # new file: x/xproto/xproto-7.0.28.eb # modified: x/xtrans/xtrans-1.3.5.eb # modified: z/zlib/zlib-1.2.7-intel-2015b.eb # deleted: b/byacc/byacc-20120526-foss-2015b.eb # deleted: b/bzip2/bzip2-1.0.6-ictce-7.3.5.eb # deleted: c/CMake/CMake-3.0.0-ictce-7.3.5.eb # deleted: g/GMP/GMP-5.0.5-foss-2015b.eb # deleted: p/Python/Python-2.7.9-ictce-7.3.5.eb # deleted: t/Tcl/Tcl-8.6.3-ictce-7.3.5.eb
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2013 University of Luxembourg/Computer Science and Communications Research Unit
|
|
# Authors:: Valentin Plugaru <valentin.plugaru@gmail.com>
|
|
# License:: MIT/GPL
|
|
# $Id$
|
|
#
|
|
# This work implements a part of the HPCBIOS project and is a component of the policy:
|
|
# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_05-06.html
|
|
##
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'tcsh'
|
|
version = '6.18.01'
|
|
|
|
homepage = 'http://www.tcsh.org'
|
|
description = """Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh).
|
|
It is a command language interpreter usable both as an interactive login shell and a shell script command
|
|
processor. It includes a command-line editor, programmable word completion, spelling correction, a history
|
|
mechanism, job control and a C-like syntax."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [
|
|
'ftp://ftp.astron.com/pub/%(namelower)s',
|
|
'ftp://ftp.astron.com/pub/%(namelower)s/old',
|
|
]
|
|
|
|
dependencies = [('ncurses', '5.9')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/tcsh"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'tools'
|