easyconfigs-it4i/m/mutil/mutil-1.822.3-intel-2016a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

38 lines
990 B
Plaintext

name = 'mutil'
coreutils_maj = '8'
coreutils_min = '22'
version = '1.%s%s.3' % (coreutils_maj, coreutils_min)
homepage = 'http://people.nas.nasa.gov/~kolano/projects/mutil.html'
description = """Mutil is a set of standard utilities that have been parallelized to maximize performance on
modern file systems. These currently include multi-threaded drop-in replacements for cp and md5sum from
GNU coreutils, which have achieved 10/30x rates on one/many nodes.
"""
toolchain = {'name': 'intel', 'version': '2016a'}
sources = [
"coreutils-%s.%s.tar.xz" % (coreutils_maj, coreutils_min), # must be first
SOURCE_TGZ,
]
source_urls = [
SOURCEFORGE_SOURCE,
'http://ftpmirror.gnu.org/coreutils',
]
dependencies = [
('gnutls', '3.3.21'),
('libgpg-error', '1.21'),
('libgcrypt', '1.6.5'),
]
# needs 1.14 to work
builddependencies = [('Automake', '1.14')]
sanity_check_paths = {
'files': ['bin/mcp', 'bin/msum'],
'dirs': ['man/man1']
}
moduleclass = 'tools'