mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
33 lines
940 B
Plaintext
33 lines
940 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'numactl'
|
|
version = '2.0.10'
|
|
|
|
checksums = ['682c38305b2596967881f3d77bc3fc9c']
|
|
|
|
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': 'GNU', 'version': '5.1.0-2.25'}
|
|
|
|
source_urls = ['ftp://oss.sgi.com/www/projects/libnuma/download/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
builddependencies = [('Autotools', '20150215')]
|
|
|
|
preconfigopts = './autogen.sh && '
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'bin/numactl',
|
|
'bin/numastat',
|
|
'lib/libnuma.so',
|
|
'lib/libnuma.a'],
|
|
'dirs': [
|
|
'share/man',
|
|
'include']}
|
|
|
|
moduleclass = 'tools'
|