mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PAPI'
|
|
version = '5.4.0'
|
|
|
|
homepage = 'http://icl.cs.utk.edu/projects/papi/'
|
|
description = """PAPI provides the tool designer and application engineer with a consistent interface and
|
|
methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables
|
|
software engineers to see, in near real time, the relation between software performance and processor events.
|
|
In addition Component PAPI provides access to a collection of components
|
|
that expose performance measurement opportunites across the hardware and software stack."""
|
|
|
|
toolchain = {'name': 'ictce', 'version': '5.5.0'}
|
|
|
|
source_urls = ['http://icl.cs.utk.edu/projects/papi/downloads/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
start_dir = 'src'
|
|
|
|
# parallel build doesn't always work
|
|
#parallel = 1
|
|
|
|
runtest = 'fulltest'
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
"bin/papi_%s" %
|
|
x for x in [
|
|
"avail",
|
|
"clockres",
|
|
"command_line",
|
|
"component_avail",
|
|
"cost",
|
|
"decode",
|
|
"error_codes",
|
|
"event_chooser",
|
|
"mem_info",
|
|
"multiplex_cost",
|
|
"native_avail",
|
|
"version",
|
|
"xml_event_info"]],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'perf'
|