easyconfigs-it4i/n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb
Lukáš Krupčík c0c645dad0 new file: g/GlobalArrays/GlobalArrays-5.7-foss-2018a.eb
new file:   n/NWChem/NWChem-6.8.1-intel-2017c-Py-2.7.eb
	modified:   n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb
	modified:   r/R/R-3.5.3-intel-2017a.eb
2019-05-09 09:43:57 +02:00

33 lines
908 B
Plaintext

# IT4Innovations 2018
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': 'GCC', 'version': '6.3.0-2.27'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/numactl/numactl/archive/']
sources = [SOURCE_TAR_GZ]
#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'