easyconfigs-it4i/s/SDE/SDE-8.35.0.eb
Lukáš Krupčík 588ae96583 new file: a/attrs/attrs-19.1.0-Py-3.6.eb
modified:   i/IPython/IPython-7.7.0-Py-3.6.eb
	modified:   j/jupyter/jupyter-1.0.0-Py-3.6.eb
	new file:   s/SDE/SDE-8.35.0.eb
	deleted:    j/jupyter-notebook/jupyter-notebook-1.0.0-Py-3.6.eb
	deleted:    n/notebook/notebook-6.0.2-Py-3.6.eb
2019-11-11 09:39:14 +01:00

37 lines
870 B
Plaintext

# IT4Innovations 2019
easyblock = 'Tarball'
name = 'SDE'
version = '8.35.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-8.35.0-2019-03-11-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'