diff --git a/v/VTune/VTune-2018_update2.eb b/v/VTune/VTune-2018_update2.eb index 7b00db58..cbcdc1bc 100644 --- a/v/VTune/VTune-2018_update2.eb +++ b/v/VTune/VTune-2018_update2.eb @@ -1,3 +1,5 @@ +# IT4Innovations 2018 + name = 'VTune' version = '2018_update2' diff --git a/v/VTune/VTune-2018_update3.eb b/v/VTune/VTune-2018_update3.eb new file mode 100644 index 00000000..54381434 --- /dev/null +++ b/v/VTune/VTune-2018_update3.eb @@ -0,0 +1,34 @@ +# IT4Innovations 2018 + +name = 'VTune' +version = '2018_update3' + +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'] +checksums = ['ed57a8cf36220579570ef594678917d6'] + +dontcreateinstalldir = 'True' + +# license file +license_file = '/apps/licenses/intel/license.lic' + +sanity_check_paths = { + 'files': [], + 'dirs': ['vtune_amplifier_2018.3.0.558279'], +} + +# 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', + 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/pax/insmod-pax -i', + 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/vtsspp/insmod-vtsspp -i', + 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/insmod-sep -i', +] + +moduleclass = 'tools'