mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
709 B
Plaintext
27 lines
709 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']
|
|
checksums = ['c2e231560a52457c02794de5420e1aed']
|
|
|
|
builddependencies = [('CMake', '3.16.0', '-rc3')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/msrmod', 'lib/libmsr.a', 'lib/libmsr.so'],
|
|
'dirs': ['bin', 'share', 'include', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|