Skip to content
Snippets Groups Projects
Commit 3aeebf82 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'tcsh' into '2020'

tcsh

See merge request hps-public/easybuild-repository!334
parents a1c5d135 9be94ce5
Branches
No related tags found
No related merge requests found
##
# 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.22.02'
homepage = 'https://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.
"""
site_contacts = 'a.strube@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [
'ftp://ftp.astron.com/pub/%(namelower)s',
'ftp://ftp.astron.com/pub/%(namelower)s/old',
]
builddependencies = [
('binutils', '2.34'),
]
dependencies = [
('ncurses', '6.2')
]
sanity_check_paths = {
'files': ["bin/tcsh"],
'dirs': []
}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment