mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
21 lines
594 B
Plaintext
21 lines
594 B
Plaintext
name = 'itac'
|
|
version = '8.0.0.011'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-trace-analyzer/'
|
|
description = """The Intel Trace Collector is a low-overhead tracing library that performs
|
|
event-based tracing in applications. The Intel Trace Analyzer provides a convenient way to monitor application
|
|
activities gathered by the Intel Trace Collector through graphical displays. """
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['l_itac_p_%s.tgz' % version]
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
preferredmpi = 'impi4'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'tools'
|