easyconfigs-it4i/s/SDE/SDE-9.0.0.eb
Lukas Krupcik 1300df4a07 modified: a/ANSYS/ANSYS-21.2-intel-2020b.eb
new file:   "a/ANSYS/\\"
	new file:   e/Extrae/Extrae-3.8.3-gompi-2021a.eb
	new file:   l/libnsl/libnsl-1.3.0-GCCcore-10.2.0.eb
	new file:   l/libtirpc/libtirpc-1.3.2-GCCcore-10.2.0.eb
	modified:   p/Paraver/Paraver-4.10.0-foss-2021a.eb
	new file:   s/SDE/SDE-9.0.0.eb
	new file:   v/Vampir/Vampir-10.0.2.eb
2022-05-05 10:20:42 +02:00

38 lines
848 B
Plaintext

# IT4Innovations 2019
easyblock = 'Tarball'
name = 'SDE'
version = '9.0.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://downloadmirror.intel.com/684899/sde-external-9.0.0-2021-11-07-lin.tar.xz
source_urls = ['https://downloadmirror.intel.com/684899/']
sources = ['sde-external-9.0.0-2021-11-07-lin.tar.xz']
dependencies = []
skipsteps = ['configure', 'build']
sanity_check_paths = {
'files': ['sde', 'xed'],
'dirs': [],
}
# add the top dir to PATH
modextrapaths = {
'PATH': ''
}
modaliases = {
'sde': 'sde64'
}
moduleclass = 'tools'