diff --git a/a/Advisor/Advisor-2019_update4.eb b/a/Advisor/Advisor-2019_update4.eb new file mode 100644 index 00000000..b9194027 --- /dev/null +++ b/a/Advisor/Advisor-2019_update4.eb @@ -0,0 +1,22 @@ +# 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 = {'name': 'dummy', 'version': ''} + +sources = ['advisor_%(version)s.tar.gz'] + +dontcreateinstalldir = 'True' + +# license file +license_file = '/apps/licenses/intel/license.lic' + +moduleclass = 'perf'