Skip to content

Commit

Permalink
adding easyconfigs: pmt-1.2.0-GCCcore-11.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamic committed Dec 11, 2023
1 parent 1ffb092 commit 84a1050
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/p/pmt/pmt-1.2.0-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'CMakeMake'

name = 'pmt'
version = '1.2.0'

homepage = 'https://git.astron.nl/RD/pmt'
description = """PMT is a high-level software library capable of
collecting power consumption measurements on various hardware."""

toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

builddependencies = [
('CMake', '3.23.1'),
('binutils', '2.38')
]

source_urls = ['https://git.astron.nl/RD/pmt/-/archive/%(version)s']
sources = ['pmt-%(version)s.tar.gz']
checksums = ['98faf305c60cc4d39d3b8ada1dcb7c87c49bf6f01a3cd2800b413d21d5df1a38']

sanity_check_paths = {
'files': ["bin/Rapl-test"],
'dirs': ["lib", "include"],
}

moduleclass = 'lib'

0 comments on commit 84a1050

Please sign in to comment.