mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
18 lines
503 B
Plaintext
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'
|