easyconfigs-it4i/n/numactl/numactl-2.0.11.eb
Lukáš Krupčík 81cc393ac8 modified: i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-4.9.3-2.25.eb
new file:   m/Mercurial/Mercurial-4.4.2-Py-2.7.eb
	new file:   n/numactl/numactl-2.0.11.eb
	new file:   p/pWord2Vec/pWord2Vec-2018-01-25-intel-2017a.eb
	new file:   p/pWord2Vec/pWord2Vec-pWord2Vec.cpp.patch
	new file:   v/VTune/VTune-2017_update5.eb
2018-01-25 10:29:52 +01:00

26 lines
854 B
Plaintext

easyblock = 'ConfigureMake'
name = 'numactl'
version = '2.0.11'
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': 'dummy', 'version': ''}
source_urls = ['ftp://oss.sgi.com/www/projects/libnuma/download/']
sources = [SOURCE_TAR_GZ]
checksums = ['d3bc88b7ddb9f06d60898f4816ae9127']
builddependencies = [('binutils', '2.25')]
sanity_check_paths = {
'files': ['bin/numactl', 'bin/numastat', 'lib/libnuma.%s' % SHLIB_EXT, 'lib/libnuma.a'],
'dirs': ['share/man', 'include']
}
moduleclass = 'tools'