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

new file: b/Boost/Boost-1.70.0-GCCcore-8.3.0-Py-3.7.eb new file: g/gompi/gompi-2019b.eb modified: l/Libmsr/Libsmr-master-20191216.eb new file: m/Mesa/Mesa-19.0.1-gompi-2019b.eb
26 lines
660 B
Plaintext
26 lines
660 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')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/msrmod', 'lib/libmsr.a', 'lib/libmsr.so'],
|
|
'dirs': ['bin', 'share', 'include', 'lib'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|