easyconfigs-it4i/n/numactl/numactl-2.0.9-GCC-4.4.7-system.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

31 lines
856 B
Plaintext

easyblock = 'ConfigureMake'
name = 'numactl'
version = '2.0.9'
homepage = 'http://oss.sgi.com/projects/libnuma/'
description = """The numactl program allows you to run your application program on specific cpu's and memory nodes.
It does this by supplying a NUMA memory policy to the operating system before running your program.
The libnuma library provides convenient ways for you to add NUMA memory policies into your own program."""
toolchain = {'name': 'GCC', 'version': '4.4.7-system'}
sanity_check_paths = {
'files': ['/usr/bin/numactl'],
'dirs': ['/usr/share/doc/packages/numactl/']
}
# We are using system package, this easyconfig is just for not breaking
# toolchains system and module creation
skipsteps = [
'source',
'patch',
'prepare',
'configure',
'build',
'test',
'install']
moduleclass = 'tools'