easyconfigs-it4i/i/Inspector/Inspector-2016_update1.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

22 lines
523 B
Plaintext

name = 'Inspector'
version = '2016_update1'
homepage = 'http://software.intel.com/en-us/intel-inspector-xe'
description = "Intel Inspector XE 2013 is an easy to use memory error checker and thread checker for serial and parallel applications"
toolchain = {'name': 'dummy', 'version': 'dummy'}
sources = ['inspector_xe_%s.tar.gz' % version]
dontcreateinstalldir = 'True'
# license file
import os
license_file = os.path.join(
os.getenv('HOME'),
"licenses",
"intel",
"license.lic")
moduleclass = 'tools'