easyconfigs-it4i/s/SDE/SDE-7.41.0.eb
2019-11-06 13:27:39 +01:00

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'