summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py
diff options
context:
space:
mode:
authorRobert Cohn <robert.s.cohn@intel.com>2022-05-10 01:25:06 -0400
committerGitHub <noreply@github.com>2022-05-10 07:25:06 +0200
commitc47c5d75e47cfade71dea78a9fdb4d4840759f21 (patch)
tree7e1e57a287432cefbbecd2f8878c702fbf54cc6a /var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py
parenta0d46304481adc7ff70c80ff17802a02a7b55f06 (diff)
downloadspack-c47c5d75e47cfade71dea78a9fdb4d4840759f21.tar.gz
spack-c47c5d75e47cfade71dea78a9fdb4d4840759f21.tar.bz2
spack-c47c5d75e47cfade71dea78a9fdb4d4840759f21.tar.xz
spack-c47c5d75e47cfade71dea78a9fdb4d4840759f21.zip
oneapi: add v2022.2 (#30531)
Diffstat (limited to 'var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py')
-rw-r--r--var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py18
1 files changed, 16 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py b/var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py
index b954d80946..5a7039e0ed 100644
--- a/var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py
+++ b/var/spack/repos/builtin/packages/intel-oneapi-inspector/package.py
@@ -8,15 +8,29 @@ import platform
from spack import *
+@IntelOneApiPackage.update_description
class IntelOneapiInspector(IntelOneApiPackage):
- """Intel Inspector is a memory and thread checking and debugging tool to increase
- the reliability, security, and accuracy of C/C++ and Fortran applications."""
+ """Intel Inspector is a dynamic memory and threading error debugger
+ for C, C++, and Fortran applications that run on Windows and Linux
+ operating systems. Save money: locate the root cause of memory,
+ threading, and persistence errors before you release. Save time:
+ simplify the diagnosis of difficult errors by breaking into the
+ debugger just before the error occurs. Save effort: use your
+ normal debug or production build to catch and debug errors. Check
+ all code, including third-party libraries with unavailable
+ sources.
+
+ """
maintainers = ['rscohn2']
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/inspector.html'
if platform.system() == 'Linux':
+ version('2022.1.0',
+ url='https://registrationcenter-download.intel.com/akdlm/irc_nas/18712/l_inspector_oneapi_p_2022.1.0.123_offline.sh',
+ sha256='8551180aa30be3abea11308fb11ea9a296f0e056ab07d9254585448a0b23333e',
+ expand=False)
version('2022.0.0',
url='https://registrationcenter-download.intel.com/akdlm/irc_nas/18363/l_inspector_oneapi_p_2022.0.0.56_offline.sh',
sha256='79a0eb2ae3f1de1e3456076685680c468702922469c3fda3e074718fb0bea741',