mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
577 B
Plaintext
27 lines
577 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'Advisor'
|
|
version = '2019_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 = SYSTEM
|
|
|
|
sources = ['advisor_%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('X11', '20190311'),
|
|
]
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'perf'
|