mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: h/hwloc/hwloc-2.0.3-GCC-8.3.0-2.32.eb modified: i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-8.3.0-2.32.eb modified: i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb modified: i/impi/impi-2019.6.154-iccifort-2019.5.281-GCC-8.3.0-2.32.eb new file: n/numactl/numactl-2.0.12-GCCcore-6.3.0.eb modified: n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb modified: o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb modified: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0-2.32.eb new file: o/OpenMPI/OpenMPI-3.1.5-GCCcore-8.3.0.eb new file: o/OpenMPI/OpenMPI-4.0.2-GCC-8.3.0-2.32.eb new file: u/UCX/UCX-1.6.1-GCCcore-6.3.0.eb new file: u/UCX/UCX-1.6.1-GCCcore-8.3.0.eb new file: x/XZ/XZ-5.2.4-GCCcore-8.3.0.eb new file: x/xorg-macros/xorg-macros-1.19.2-GCCcore-8.3.0.eb
37 lines
1.0 KiB
Plaintext
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'),
|
|
]
|
|
|
|
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'
|