mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
492 B
Plaintext
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'
|