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
32 lines
832 B
Plaintext
32 lines
832 B
Plaintext
name = 'VTune'
|
|
version = '2017_update2'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe'
|
|
description = """Intel VTune Amplifier XE is the premier performance profiler for C, C++, C#, Fortran,
|
|
Assembly and Java."""
|
|
|
|
checksums = ['1ef91898e107a1da015305def80091e4']
|
|
|
|
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': ['modules'],
|
|
}
|
|
|
|
# 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'
|