mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: r/Ruby/Ruby-2.3.4-test.eb new file: r/Ruby/Ruby-2.4.1.eb modified: v/VTune/VTune-2016_update1.eb new file: v/VTune/VTune-2017_update2.eb deleted: r/Ruby/Ruby-2.3.4.eb
29 lines
809 B
Plaintext
29 lines
809 B
Plaintext
name = 'VTune'
|
|
version = '2016_update1'
|
|
|
|
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_xe_%(version)s.tar.gz']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['vtune_amplifier_xe_2016.1.1.434111'],
|
|
}
|
|
|
|
# Do necessary post-install steps to build VTune kernel modules
|
|
postinstallcmds = [
|
|
'mkdir %(installdir)s/modules',
|
|
'cd %(installdir)s/vtune_amplifier_xe/sepdk/src/ && '
|
|
'./build-driver --install-dir=%(installdir)s/modules --non-interactive',
|
|
]
|
|
|
|
moduleclass = 'tools'
|