easyconfigs-it4i/n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb
easybuild 57e5defb2e modified: b/bzip2/bzip2-1.0.6.eb
new file:   c/CUDA/CUDA-10.1.243.eb
	new file:   c/cuDNN/cuDNN-7.6.4.38-CUDA-10.1.243.eb
	modified:   l/libreadline/libreadline-7.0.eb
	modified:   n/numactl/numactl-2.0.12-GCCcore-8.2.0.eb
	new file:   n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb
	new file:   p/PGI/PGI-19.7-GCC-8.3.0-2.32.eb
	modified:   p/Py/Py-2.7.eb
	modified:   p/Py/Py-3.6.eb
	new file:   p/Python/Python-2.7.17-base.eb
	modified:   p/Python/Python-3.6.8-base.eb
	new file:   p/Python/Python-3.6.9-base.eb
2019-11-05 18:23:27 +01:00

37 lines
1.0 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'numactl'
version = '2.0.12'
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': 'GCCcore', 'version': '8.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/numactl/numactl/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['7c3e819c2bdeb883de68bafe88776a01356f7ef565e75ba866c4b49a087c6bdf']
builddependencies = [
('binutils', '2.32'),
('Autotools', '20180311', '', True),
]
preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'files': ['bin/numactl', 'bin/numastat', 'lib/libnuma.%s' % SHLIB_EXT, 'lib/libnuma.a'],
'dirs': ['share/man', 'include']
}
moduleclass = 'tools'