mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
37 lines
870 B
Plaintext
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'
|