easyconfigs-it4i/b/Bash/Bash-4.4-intel-2017b.eb
Lukáš Krupčík 4f6f1bf407 new file: a/ABySS/ABySS-2.0.2-foss-2018a-Py-2.7.eb
new file:   a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb
	new file:   a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb
	new file:   b/Bash/Bash-4.4-GCC-6.3.0-2.27.eb
	new file:   b/Bash/Bash-4.4-intel-2017b.eb
	new file:   b/Boost/Boost-1.66.0-foss-2018a-Py-2.7.eb
	new file:   f/foss/foss-2018a.eb
	new file:   n/numpy/numpy-1.14.1-Py-3.6.eb
	new file:   n/numpy/numpy-1.14.1-mkl.patch
	new file:   o/OpenMPI/OpenMPI-3.0.0-GCC-6.3.0-2.27.eb
	new file:   s/SQLite/SQLite-3.21.0.eb
2018-03-12 11:30:19 +01:00

30 lines
688 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': 'intel', 'version': '2017b'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
dependencies = [
('libreadline', '7.0', '', True),
]
configopts = " --enable-readline --enable-job-control --enable-history "
sanity_check_paths = {
'files': ["bin/bash"],
'dirs': []
}
moduleclass = 'tools'