mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
23 lines
587 B
Plaintext
23 lines
587 B
Plaintext
name = 'Advisor'
|
|
version = '2017_update1'
|
|
|
|
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': 'system', 'version': ''}
|
|
|
|
sources = ['advisor_%(version)s.tar.gz']
|
|
|
|
checksums = ['af87b381394be3100507827a3461b3bc']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'perf'
|