easyconfigs-it4i/p/PAPI/PAPI-5.4.0-ictce-5.5.0.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

34 lines
1.2 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'