added intel 18.0.1 compilers (#6381)

This commit is contained in:
Gregory Lee 2017-11-25 10:49:02 -08:00 committed by Christoph Junghans
parent 25d7ef495c
commit 1f2867415a
2 changed files with 6 additions and 0 deletions

View File

@ -34,8 +34,12 @@ class IntelParallelStudio(IntelPackage):
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
version('professional.2018.1', '91669ff7afbfd07868a429a122c90357',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12375/parallel_studio_xe_2018_update1_professional_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')
version('composer.2018.1', '28cb807126d713350f4aa6f9f167448a',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12381/parallel_studio_xe_2018_update1_composer_edition.tgz')
version('professional.2018.0', '9a233854e9218937bc5f46f02b3c7542',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12062/parallel_studio_xe_2018_professional_edition.tgz')
version('cluster.2018.0', 'fa9baeb83dd2e8e4a464e3db38f28d0f',

View File

@ -33,6 +33,8 @@ class Intel(IntelPackage):
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
version('18.0.1', '28cb807126d713350f4aa6f9f167448a',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12381/parallel_studio_xe_2018_update1_composer_edition.tgz')
version('18.0.0', '31ba768fba6e7322957b03feaa3add28',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/12067/parallel_studio_xe_2018_composer_edition.tgz')
version('17.0.4', 'd03d351809e182c481dc65e07376d9a2',