Update intel-parallel-studio and intel packages (#4628)

This commit is contained in:
Kyle Fernandes, né Jacobs 2017-06-28 17:32:25 +01:00 committed by Adam J. Stewart
parent 00ec64150e
commit cd1322b2c9
2 changed files with 8 additions and 8 deletions

View File

@ -35,12 +35,12 @@ class IntelParallelStudio(IntelInstaller):
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
version('professional.2017.4', '669b45b8dc9826ba018966367b802f98',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11481/parallel_studio_xe_2017_update4.tgz')
version('cluster.2017.4', '669b45b8dc9826ba018966367b802f98',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11481/parallel_studio_xe_2017_update4.tgz')
version('composer.2017.4', '3cd2a5763bf2ebe97889a067a1a7c800',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11485/parallel_studio_xe_2017_update4_composer_edition.tgz')
version('professional.2017.4', '27398416078e1e4005afced3e9a6df7e',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11537/parallel_studio_xe_2017_update4.tgz')
version('cluster.2017.4', '27398416078e1e4005afced3e9a6df7e',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11537/parallel_studio_xe_2017_update4.tgz')
version('composer.2017.4', 'd03d351809e182c481dc65e07376d9a2',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11541/parallel_studio_xe_2017_update4_composer_edition.tgz')
version('professional.2017.3', '691874735458d3e88fe0bcca4438b2a9',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11460/parallel_studio_xe_2017_update3.tgz')
version('cluster.2017.3', '691874735458d3e88fe0bcca4438b2a9',

View File

@ -122,8 +122,8 @@ class Intel(IntelInstaller):
homepage = "https://software.intel.com/en-us/intel-parallel-studio-xe"
version('17.0.4', '3cd2a5763bf2ebe97889a067a1a7c800',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11485/parallel_studio_xe_2017_update4_composer_edition.tgz')
version('17.0.4', 'd03d351809e182c481dc65e07376d9a2',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11541/parallel_studio_xe_2017_update4_composer_edition.tgz')
version('17.0.3', '52344df122c17ddff3687f84ceb21623',
url='http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11464/parallel_studio_xe_2017_update3_composer_edition.tgz')
version('17.0.2', '2891ab1ece43eb61b6ab892f07c47f01',