Skip to content
Snippets Groups Projects
Commit 0d3e00b4 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch '2022' into '2022'

Inspector, ipp

See merge request hps-public/easybuild-repository!1167
parents 5e810ce4 cd560f70
No related branches found
No related tags found
No related merge requests found
name = 'Inspector'
version = '2022.0.0'
homepage = 'https://software.intel.com/en-us/inspector'
description = """Intel Inspector is a dynamic memory and threading error
checking tool for users developing serial and parallel applications"""
toolchain = SYSTEM
source_urls = [
'https://registrationcenter-download.intel.com/akdlm/irc_nas/18239/']
sources = ['l_inspector_oneapi_p_%(version)s.266_offline.sh']
checksums = ['79a0eb2ae3f1de1e3456076685680c468702922469c3fda3e074718fb0bea741']
dontcreateinstalldir = True
requires_runtime_license = False
sanity_check_paths = {
'files': ['inspector/%s/bin64/inspxe-cl' % version],
'dirs': ['inspector/%s/bin64' % version, 'inspector/%s/bin32' % version]
}
moduleclass = 'tools'
name = 'ipp'
version = '2021.5.1'
homepage = 'https://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
source_urls = [
'https://registrationcenter-download.intel.com/akdlm/irc_nas/18440']
sources = ['l_ipp_oneapi_p_%(version)s.522_offline.sh']
checksums = ['be99f9b0b2cc815e017188681ab997f3ace94e3010738fa6f702f2416dac0de4']
sanity_check_paths = {
'files': ['ipp/%s/lib/intel64/libippcc.so' % version],
'dirs': ['ipp/%s/lib' % version, 'ipp/%s/include' % version],
}
moduleclass = 'perf'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment