mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
35 lines
847 B
Plaintext
35 lines
847 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
name = 'SDE'
|
|
version = '7.41.0'
|
|
|
|
homepage = 'https://software.intel.com/en-us/articles/intel-software-development-emulator'
|
|
description = """
|
|
Intel Software Development Emulator is a pintool that enables the development of applications using instruction set extensions that are not currently implemented in hardware.
|
|
"""
|
|
toolchain = SYSTEM
|
|
|
|
# download from
|
|
# https://software.intel.com/en-us/articles/pre-release-license-agreement-for-intel-software-development-emulator-accept-end-user-license-agreement-and-download
|
|
sources = ['sde-external-7.41.0-2016-03-03-lin.tar.bz2']
|
|
|
|
dependencies = []
|
|
|
|
skipsteps = ['configure', 'build']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['sde', 'xed'],
|
|
'dirs': [],
|
|
}
|
|
|
|
# add the top dir to PATH
|
|
modextrapaths = {
|
|
'PATH': ''
|
|
}
|
|
|
|
modaliases = {
|
|
'sde': 'sde64'
|
|
}
|
|
|
|
moduleclass = 'tools'
|