mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
34 lines
971 B
Plaintext
34 lines
971 B
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 = 'Bash'
|
|
version = '4.2'
|
|
|
|
homepage = 'http://www.gnu.org/software/bash'
|
|
description = """Bash is an sh-compatible command language interpreter that executes commands
|
|
read from the standard input or from a file. Bash also incorporates useful features from the
|
|
Korn and C shells (ksh and csh)."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/bash"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'tools'
|