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

new file: l/libevent/libevent-2.1.12.eb new file: p/PMIx/PMIx-3.2.3.eb new file: p/PMIx/PMIx-4.2.2.eb new file: x/XALT/XALT-2.10.45-eb.cz new file: z/zlib/zlib-1.2.12.eb
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
# IT4Innovations 2023
|
|
# JK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'hwloc'
|
|
version = '2.8.0'
|
|
|
|
homepage = 'https://www.open-mpi.org/projects/hwloc/'
|
|
|
|
description = """
|
|
The Portable Hardware Locality (hwloc) software package provides a portable
|
|
abstraction (across OS, versions, architectures, ...) of the hierarchical
|
|
topology of modern architectures, including NUMA memory nodes, sockets, shared
|
|
caches, cores and simultaneous multithreading. It also gathers various system
|
|
attributes such as cache and memory information as well as the locality of I/O
|
|
devices such as network interfaces, InfiniBand HCAs or GPUs. It primarily
|
|
aims at helping applications with gathering information about modern computing
|
|
hardware so as to exploit it accordingly and efficiently.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://www.open-mpi.org/software/hwloc/v%(version_major_minor)s/downloads/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['20b2bd4df436827d8e50f7afeafb6f967259f2fb374ce7330244f8d0ed2dde6f']
|
|
|
|
#builddependencies = [
|
|
# ('binutils', '2.39'),
|
|
#]
|
|
|
|
configopts = "--disable-cairo --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev "
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/lstopo', 'include/hwloc/linux.h',
|
|
'lib/libhwloc.%s' % SHLIB_EXT],
|
|
'dirs': ['share/man/man3'],
|
|
}
|
|
sanity_check_commands = ['lstopo']
|
|
|
|
moduleclass = 'system'
|