easyconfigs-it4i/n/numactl/numactl-2.0.9-GCC-4.4.7-system.eb
2017-03-09 11:57:40 +01:00

24 lines
825 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'