mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: a/Autotools/Autotools-20180311.eb modified: h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb new file: h/hwloc/hwloc-1.11.7-PGI-18.5-GCC-6.3.0-2.27.eb new file: j/JAVA/JAVA-1.9.0+181-PGI-18.5-GCC-6.3.0-2.27.eb new file: j/JAVA/Java-1.8.0_121.eb new file: j/JAVA/Java-1.8.0_144.eb new file: j/JAVA/Java-1.8.0_51.eb new file: j/JAVA/Java-1.9.0+181.eb modified: n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb new file: n/numactl/numactl-2.0.11-GCCcore-6.3.0.eb new file: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.env deleted: j/Java/Java-1.8.0_121.eb deleted: j/Java/Java-1.8.0_144.eb deleted: j/Java/Java-1.8.0_51.eb deleted: j/Java/Java-1.9.0+181.eb Former-commit-id: c541dab187356751c629fbe56f806eac437a361b
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'hwloc'
|
|
version = '1.11.7'
|
|
|
|
homepage = 'http://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 = {'name': 'PGI', 'version': '18.5-GCC-6.3.0-2.27'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://download.open-mpi.org/release/hwloc/v1.11/']
|
|
sources = ['hwloc-1.11.7.tar.gz']
|
|
|
|
dependencies = [
|
|
('numactl', '2.0.11', '', ('GCCcore', '6.3.0'))
|
|
]
|
|
|
|
configopts = "--enable-libnuma=$EBROOTNUMACTL"
|
|
|
|
moduleclass = 'system'
|