diff options
author | David Orman <orman@iastate.edu> | 2018-10-02 13:04:57 -0500 |
---|---|---|
committer | Levi Baber <baberlevi@gmail.com> | 2018-10-02 13:04:57 -0500 |
commit | e8af5847a0a370c86a8413b0a1277f658b27aeeb (patch) | |
tree | 21790186d9b80a3bc0e6f934e3d3d1cd5e7fc926 | |
parent | 25be114f75b6b709a6b89ea652e74c6e00e2885b (diff) | |
download | spack-e8af5847a0a370c86a8413b0a1277f658b27aeeb.tar.gz spack-e8af5847a0a370c86a8413b0a1277f658b27aeeb.tar.bz2 spack-e8af5847a0a370c86a8413b0a1277f658b27aeeb.tar.xz spack-e8af5847a0a370c86a8413b0a1277f658b27aeeb.zip |
Intel parallel studio 2019 cluster edition (#9295)
* untracking file
* intel-parallel-studio: added 2019 cluster edition and checksum
-rw-r--r-- | var/spack/repos/builtin/packages/intel-parallel-studio/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/intel-parallel-studio/package.py b/var/spack/repos/builtin/packages/intel-parallel-studio/package.py index ab72c95fc1..1e493d6b19 100644 --- a/var/spack/repos/builtin/packages/intel-parallel-studio/package.py +++ b/var/spack/repos/builtin/packages/intel-parallel-studio/package.py @@ -36,6 +36,8 @@ class IntelParallelStudio(IntelPackage): # intel-parallel-studio@cluster.2018 # Cluster Edition (top tier; all components included) + version('cluster.2019.0', 'd4c249c5438c1a55640291efcc96418d', url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/13589/parallel_studio_xe_2019_cluster_edition.tgz') + # version('cluster.2018.3', '7112837d20a100b895d9cd9ba9b6748d', url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12998/parallel_studio_xe_2018_update3_cluster_edition.tgz') version('cluster.2018.2', '3b8d93a3fa10869dde024b739b96a9c4', url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12717/parallel_studio_xe_2018_update2_cluster_edition.tgz') version('cluster.2018.1', '9c007011e0e3fc72747b58756fbf01cd', url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12374/parallel_studio_xe_2018_update1_cluster_edition.tgz') |