easyconfigs-it4i/a/Advisor/Advisor-2017_update1.eb
2017-03-09 11:57:40 +01:00

24 lines
634 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': 'dummy', 'version': 'dummy'}
sources = ['advisor_%(version)s.tar.gz']
checksums = ['af87b381394be3100507827a3461b3bc']
dontcreateinstalldir = 'True'
# license file
import os
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
moduleclass = 'perf'