easyconfigs-it4i/i/Inspector/Inspector-2016_update1.eb
2017-03-09 11:57:40 +01:00

18 lines
503 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'