mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
26 lines
672 B
Plaintext
26 lines
672 B
Plaintext
easyblock = 'EB_Score_minus_P'
|
|
|
|
name = "OTF2"
|
|
version = "1.4"
|
|
|
|
homepage = 'http://www.score-p.org'
|
|
description = """The Open Trace Format 2 is a highly scalable, memory efficient event
|
|
trace data format plus support library. It will become the new standard trace format
|
|
for Scalasca, Vampir, and Tau and is open for other tools."""
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.5.0'}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.vi-hps.org/upload/packages/otf2/']
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
"bin/otf2-config",
|
|
"include/otf2/otf2.h",
|
|
("lib64/libotf2.a",
|
|
"lib/libotf2.a")],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'perf'
|