GCC: patch for gcc 10.3.0 ICE when using nvcc (#25980)

* fix: patch for gcc 10.3.0 ICE when using nvcc

* fix: use URL reference instead

* fix: add missing sha256sum
This commit is contained in:
Kurt Sansom 2021-09-16 19:43:56 -05:00 committed by GitHub
parent f8fae997d3
commit be8e52fbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,9 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95005 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95005
patch('zstd.patch', when='@10') patch('zstd.patch', when='@10')
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100102
patch('https://gcc.gnu.org/git/?p=gcc.git;a=patch;h=fc930b3010bd0de899a3da3209eab20664ddb703', sha256='28c5ab3b564d83dd7e6e35b9c683141a4cb57ee886c5367e54a0828538b3c789', when='@10.3,11.1')
build_directory = 'spack-build' build_directory = 'spack-build'
@property @property