mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
29 lines
803 B
Plaintext
29 lines
803 B
Plaintext
name = 'VTune'
|
|
version = '2018'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe'
|
|
description = "Intel VTune Amplifier XE 2016 is the premier performance profiler for C, C++, C#, Fortran, Assembly and Java."
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['vtune_amplifier_%(version)s.tar.gz']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['vtune_amplifier_2018.0.2.525261', 'modules'],
|
|
}
|
|
|
|
# Do necessary post-install steps to build VTune kernel modules
|
|
postinstallcmds = [
|
|
'mkdir %(installdir)s/modules',
|
|
'cd %(installdir)s/vtune_amplifier/sepdk/src/ && '
|
|
'./build-driver --install-dir=%(installdir)s/modules --non-interactive',
|
|
]
|
|
|
|
moduleclass = 'tools'
|