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

modified: l/Libmsr/Libsmr-master-20191216.eb new file: l/libpciaccess/libpciaccess-0.14.eb new file: n/numactl/numactl-2.0.12.eb new file: o/OpenMPI/OpenMPI-3.1.5.eb new file: u/UCX/UCX-1.6.1.eb
30 lines
705 B
Plaintext
30 lines
705 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'Libmsr'
|
|
version = '20191216'
|
|
|
|
homepage = 'https://github.com/LLNL/libms'
|
|
description = """Welcome to Libmsr, a friendly (well, friendlier) interface to many
|
|
of the model-specific registers in Intel processors. Now with PCI configuration
|
|
register support for some Intel hardware."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
# git clone https://github.com/LLNL/libmsr.git
|
|
sources = ['libmsr-master-20191216.tar.gz']
|
|
|
|
builddependencies = [('CMake', '3.16.0', '-rc3')]
|
|
|
|
dependencies = [
|
|
('hwloc', '1.11.12'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/msrmod', 'lib/libmsr.a', 'lib/libmsr.so'],
|
|
'dirs': ['bin', 'share', 'include', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|