easyconfigs-it4i/c/Coreutils/Coreutils-8.30-GCCcore-8.1.0.eb
2019-11-06 13:27:39 +01:00

27 lines
699 B
Plaintext

# IT4Innovations
easyblock = 'ConfigureMake'
name = "Coreutils"
version = "8.30"
homepage = 'http://www.gnu.org/software/coreutils/'
description = """The GNU Core Utilities are the basic file, shell and text manipulation utilities of the
GNU operating system. These are the core utilities which are expected to exist on every operating system.
"""
toolchain = {'name': 'GCCcore', 'version': '8.1.0'}
toolchainopts = {'optarch': True, 'pic': True}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
builddependencies = [('local_binutils', '2.30')]
sanity_check_paths = {
'files': ['bin/sort', 'bin/echo', 'bin/du', 'bin/date', 'bin/true'],
'dirs': []
}
moduleclass = 'tools'