easyconfigs-it4i/v/VTune/VTune-2018_update1.eb
Easy Build 46db149567 new file: a/absl-py/absl-py-0.1.10-Py-3.6.eb
new file:   a/astor/astor-0.6.2-Py-3.6.eb
	new file:   b/bleach/bleach-1.5.0-Py-3.6.eb
	new file:   b/bleach/bleach-2.1.2-Py-3.6.eb
	new file:   d/dist-keras/dist-keras-0.2.1-Py-3.6.eb
	new file:   g/gast/gast-0.2.0-Py-3.6.eb
	new file:   g/grpcio/grpcio-1.9.1-Py-3.6.eb
	new file:   h/html5lib/html5lib-0.9999999-Py-3.6.eb
	new file:   h/html5lib/html5lib-1.0.1-Py-3.6.eb
	new file:   k/Keras/Keras-2.1.4-Tensorflow-1.6.0rc0-Py-3.6.eb
	new file:   k/Keras/Keras-2.1.4-Theano-1.0.1-Py-3.6.eb
	new file:   m/Markdown/Markdown-2.6.11-Py-3.6.eb
	new file:   p/PatchELF/PatchELF-0.9.eb
	new file:   p/protobuf-python/protobuf-python-3.5.1-Py-3.6.eb
	new file:   p/protobuf/protobuf-3.5.1-Py-3.6.eb
	new file:   p/py4j/Jinja2-2.10-Py-3.6.eb
	new file:   p/pyspark/pyspark-2.3.0-Py-3.6.eb
	new file:   s/Spark/Spark-2.3.0.eb
	new file:   t/Tensorflow/Tensorflow-1.6.0rc0-Py-3.6.eb
	new file:   t/Theano/Theano-1.0.1-Py-3.6.eb
	new file:   t/tensorboard/tensorboard-1.6.0-Py-3.6.eb
	new file:   t/tensorflow-tensorboard/tensorflow-tensorboard-1.5.1-Py-3.6.eb
	new file:   t/termcolor/termcolor-1.1.0-Py-3.6.eb
	modified:   v/VTune/VTune-2018_update1.eb
	new file:   w/webencodings/webencodings-0.5.1-Py-3.6.eb
	new file:   w/wheel/wheel-0.30.0-Py-3.6.eb
2018-03-01 13:18:36 +01:00

32 lines
1.1 KiB
Plaintext

name = 'VTune'
version = '2018_update1'
homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe'
description = "Intel VTune Amplifier XE 2016 is the premier performance profiler for C, C++, C#, Fortran, Assembly and Java."
toolchain = {'name': 'dummy', 'version': ''}
sources = ['vtune_amplifier_%(version)s.tar.gz']
dontcreateinstalldir = 'True'
# license file
license_file = '/apps/licenses/intel/license.lic'
sanity_check_paths = {
'files': [],
'dirs': ['vtune_amplifier_2018.1.0.535340', 'modules'],
}
# Do necessary post-install steps to build VTune kernel modules
postinstallcmds = [
'mkdir %(installdir)s/modules',
'cd %(installdir)s/vtune_amplifier/sepdk/src/ && '
'./build-driver --install-dir=%(installdir)s/modules --non-interactive',
# 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/pax/insmod-pax -i',
# 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/vtsspp/insmod-vtsspp -i',
# 'sed "s|DEFAULT_GROUP=vtune|DEFAULT_GROUP=wheel|" %(installdir)s/modules/insmod-sep -i',
]
moduleclass = 'tools'