mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
32 lines
862 B
Plaintext
32 lines
862 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'ipp'
|
|
version = '2020.3.304'
|
|
|
|
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 = SYSTEM
|
|
|
|
sources = ['l_ipp_%(version)s.tgz']
|
|
|
|
#ocal_gccver = '6.3.0'
|
|
#ocal_binutilsver = '2.27'
|
|
#ersionsuffix = '-GCC-%s-%s' % (local_gccver, local_binutilsver)
|
|
|
|
#ependencies = [
|
|
# ('GCCcore', local_gccver),
|
|
# ('binutils', local_binutilsver, '', ('GCCcore', local_gccver)),
|
|
#
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'perf'
|