easyblock = 'ConfigureMake' name = 'numactl' version = '2.0.18' homepage = 'https://github.com/numactl/numactl' 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': '13.3.0'} toolchainopts = {'pic': True} source_urls = ['https://github.com/numactl/numactl/archive/'] sources = ['v%(version)s.tar.gz'] checksums = ['8cd6c13f3096e9c2293c1d732f56e2aa37a7ada1a98deed3fac7bd6da1aaaaf6'] builddependencies = [ ('binutils', '2.42'), ('Autotools', '20231222'), ] 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'