# 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'