mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: a/Autotools/Autotools-20231222-GCCcore-14.2.0.eb new file: b/bzip2/bzip2-1.0.8-GCCcore-14.2.0.eb new file: c/CMake/CMake-3.30.5-GCCcore-14.2.0.eb new file: c/cURL/cURL-8.7.1-GCCcore-14.2.0.eb new file: h/hwloc/hwloc-2.10.0-GCCcore-14.2.0.eb new file: l/libarchive/libarchive-3.7.4-GCCcore-14.2.0.eb new file: n/NVHPC/NVHPC-24.3.eb new file: n/ncurses/ncurses-6.5-GCCcore-14.2.0.eb new file: n/numactl/numactl-2.0.18-GCCcore-13.3.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-24.3.eb new file: o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0.eb new file: p/Perl/Perl-5.38.2-GCCcore-14.2.0.eb new file: p/pkgconf/pkgconf-2.2.0-GCCcore-14.2.0.eb new file: u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb modified: u/UCX/UCX-1.15.0-GCCcore-13.2.0.eb new file: x/XZ/XZ-5.4.5-GCCcore-14.2.0.eb
35 lines
1003 B
Plaintext
35 lines
1003 B
Plaintext
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'
|