mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 08:22:12 +01:00

new file: g/GROMACS/GROMACS-2016.5-intel-2017b-serial.eb new file: o/OPARI2/OPARI2-2.0.2.eb new file: o/OTF2/OTF2-2.1.eb new file: s/Score-P/Score-P-3.1-intel-2017a.eb new file: s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp modified: s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
32 lines
812 B
Plaintext
32 lines
812 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'EB_Score_minus_P'
|
|
|
|
name = 'OTF2'
|
|
version = '2.1'
|
|
|
|
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 = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
source_urls = ['http://www.vi-hps.org/upload/packages/otf2/']
|
|
|
|
checksums = [
|
|
'e2994e53d9b7c2cbd0c4f564d638751e', # otf2-2.1.tar.gz
|
|
]
|
|
|
|
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'
|