mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
31 lines
856 B
Plaintext
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'
|