compiler version format changed (#20671)

This commit is contained in:
Robert Cohn 2021-01-05 12:37:46 -05:00 committed by GitHub
parent 4d3c9da872
commit a1e4465c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')