easyconfigs-it4i/i/Inspector/Inspector-2016_update1.eb
2019-11-06 13:27:39 +01:00

22 lines
492 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 = SYSTEM
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'