mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
22 lines
667 B
Plaintext
22 lines
667 B
Plaintext
name = 'itac'
|
|
version = '9.1.2.024'
|
|
|
|
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 = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
sources = ['l_itac_p_%(version)s.tgz']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
preferredmpi = 'impi4'
|
|
|
|
# license file
|
|
import os
|
|
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|
|
|
|
moduleclass = 'tools'
|