mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
597 B
Plaintext
20 lines
597 B
Plaintext
name = 'ipp'
|
|
version = '9.0.1.150'
|
|
|
|
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']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
# license file
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'perf'
|