Skip to content
Snippets Groups Projects
Commit cca254f5 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Coreutils-9.0-GCCcore-11.2.0.eb

parent ada5e6d9
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = "Coreutils"
version = "9.0"
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': '11.2.0'}
toolchainopts = {'pic': True}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
builddependencies = [('binutils', '2.37')]
sanity_check_paths = {
'files': ['bin/sort', 'bin/echo', 'bin/du', 'bin/date', 'bin/true'],
'dirs': []
}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment