mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
22 lines
587 B
Plaintext
22 lines
587 B
Plaintext
name = 'Advisor'
|
|
version = '2016_update2'
|
|
|
|
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': 'dummy'}
|
|
|
|
sources = ['advisor_xe_%(version)s.tar.gz']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
import os
|
|
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|
|
|
|
moduleclass = 'perf'
|