easyconfigs-it4i/a/AMD-uProf/AMD-uProf-4.0.341.eb
Jakub Kropacek 71e0883d17 new file: a/AMD-uProf/AMD-uProf-4.0.341.eb
new file:   s/STAR-CCM+/STAR-CCM+-17.06.008-r8.eb
	new file:   s/sysbench/sysbench-1.0.20-GCCcore-11.3.0.eb
2023-02-13 14:43:24 +01:00

35 lines
995 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'Binary'
name = 'AMD-uProf'
version = '4.0.341'
homepage = 'https://developer.amd.com/amd-uprof/'
description = """AMD uProf is a performance analysis tool for applications running on Windows, Linux & FreeBSD
operating systems. It allows developers to better understand the runtime performance of their application and
to identify ways to improve its performance."""
toolchain = SYSTEM
source_urls = ['https://developer.amd.com/wordpress/media/files/']
sources = ['AMDuProf_Linux_x64_%(version)s.tar.bz2']
checksums = ['7072b2b4a00a215abcd3a782600930d799e0c5335c2fd9b12283627a73a1fa68']
extract_sources = True
sanity_check_paths = {
'files': ['include/AMDTPowerProfileApi.h', 'lib/x64/libAMDProfileController.a',
'bin/libAMDThreadProfileAPI.%s' % SHLIB_EXT, 'bin/AMDuProf'],
'dirs': ['Examples']
}
sanity_check_commands = ['AMDuProfCLI info --system']
modextrapaths = {
'LD_LIBRARY_PATH': 'bin'
}
moduleclass = 'perf'