mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
29 lines
824 B
Plaintext
29 lines
824 B
Plaintext
name = 'ipp'
|
|
version = '2017.1.132'
|
|
|
|
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'
|