compiler version format changed (#20671)
This commit is contained in:
parent
4d3c9da872
commit
a1e4465c59
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
from spack import *
|
||||
|
||||
|
||||
releases = {'2021.1':
|
||||
releases = {'2021.1.0':
|
||||
{'irc_id': '17427', 'build': '2684'}}
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@ class IntelOneapiCompilers(IntelOneApiPackage):
|
|||
|
||||
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-compiler.html'
|
||||
|
||||
version('2021.1', sha256='666b1002de3eab4b6f3770c42bcf708743ac74efeba4c05b0834095ef27a11b9', expand=False)
|
||||
version('2021.1.0', sha256='666b1002de3eab4b6f3770c42bcf708743ac74efeba4c05b0834095ef27a11b9', expand=False)
|
||||
|
||||
depends_on('patchelf', type='build')
|
||||
|
||||
|
|
Loading…
Reference in a new issue