easyconfigs-it4i/i/ipp/ipp-2017.2.174-GCC-6.3.0-2.27.eb

29 lines
824 B
Plaintext

name = 'ipp'
version = '2017.2.174'
homepage = 'http://software.intel.com/en-us/articles/intel-ipp/'
description = """Intel Integrated Performance Primitives (Intel IPP) is an extensive library
of multicore-ready, highly optimized software functions for multimedia, data processing,
and communications applications. Intel IPP offers thousands of optimized functions
covering frequently used fundamental algorithms."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
sources = ['l_ipp_%(version)s.tgz']
gccver = '6.3.0'
binutilsver = '2.27'
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
dependencies = [
('GCCcore', gccver),
('binutils', binutilsver, '', ('GCCcore', gccver)),
]
dontcreateinstalldir = 'True'
# license file
license_file = HOME + '/licenses/intel/license.lic'
moduleclass = 'perf'