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

new file: c/CubeGUI/CubeGUI-4.4.4-intel-2020a.eb new file: c/CubeLib/CubeLib-4.4.4-intel-2020a.eb new file: f/FFTW/FFTW-3.3.8-intel-2020a.eb modified: l/libGLU/libGLU-9.0.0.eb new file: o/OTF2/OTF2-2.2.eb new file: q/Qt5/Qt5-5.14.1.eb new file: s/Score-P/Score-P-6.0-intel-2020a.eb new file: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb
32 lines
746 B
Plaintext
32 lines
746 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'EB_Score_minus_P'
|
|
|
|
name = 'OTF2'
|
|
version = '2.2'
|
|
|
|
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 is the new standard trace format for
|
|
Scalasca, Vampir, and TAU and is open for other tools."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['https://www.vi-hps.org/cms/upload/packages/otf2/']
|
|
|
|
builddependencies = [('SIONlib', '1.6.1', '-tools')]
|
|
|
|
configopts = '--enable-shared'
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
"bin/otf2-config",
|
|
"include/otf2/otf2.h",
|
|
("lib/libotf2.a",
|
|
"lib64/libotf2.a")],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'perf'
|