new file: a/Advisor/Advisor-2017_update5.eb

new file:   a/Advisor/Advisor-2018_update4.eb
This commit is contained in:
Josef 2018-10-10 08:50:43 +02:00
parent 78ab09df0b
commit 583087c4cd
2 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name = 'Advisor'
version = '2017_update5'
homepage = 'https://software.intel.com/intel-advisor-xe'
description = """Vectorization Optimization and Thread Prototyping
- Vectorize & thread code or performance “dies”
- Easy workflow + data + tips = faster code faster
- Prioritize, Prototype & Predict performance gain
"""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['advisor_%(version)s.tar.gz']
dontcreateinstalldir = 'True'
# license file
license_file = '/apps/licenses/intel/license.lic'
moduleclass = 'perf'

View File

@ -0,0 +1,20 @@
name = 'Advisor'
version = '2018_update4'
homepage = 'https://software.intel.com/intel-advisor-xe'
description = """Vectorization Optimization and Thread Prototyping
- Vectorize & thread code or performance “dies”
- Easy workflow + data + tips = faster code faster
- Prioritize, Prototype & Predict performance gain
"""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['advisor_%(version)s.tar.gz']
dontcreateinstalldir = 'True'
# license file
license_file = '/apps/licenses/intel/license.lic'
moduleclass = 'perf'