mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
32 lines
709 B
Plaintext
32 lines
709 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Bash'
|
|
version = '4.4'
|
|
|
|
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': 'GCC', 'version': '6.3.0-2.27'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
dependencies = [
|
|
('libreadline', '7.0', '', True),
|
|
]
|
|
|
|
configopts = " --enable-readline --enable-job-control --enable-history "
|
|
|
|
runtest = 'test'
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/bash"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'tools'
|