Add missing '?full_index=1' to meson 9850.patch URL (#31222)

* Add missing '?full_index=1' to meson 9850.patch URL

* Correct checksum

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Tamara Dahlgren 2022-06-21 23:56:49 -07:00 committed by GitHub
parent 1f42a5e598
commit 35d07a6f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,8 +65,8 @@ class Meson(PythonPackage):
patch('rpath-0.56.patch', when='@0.56:0.57')
patch('rpath-0.58.patch', when='@0.58:')
# Help meson recognize Intel OneAPI compilers
patch('https://patch-diff.githubusercontent.com/raw/mesonbuild/meson/pull/9850.patch',
sha256='72c77637f4dd5f8af5788dacf01c71d921cd4073af0aa0641a4b5111c50f59cb',
patch('https://patch-diff.githubusercontent.com/raw/mesonbuild/meson/pull/9850.patch?full_index=1',
sha256='9c874726ce0a06922580d3e3d6adbe74e5144b3a661ef1059f32c9c1bc478b65',
when='@0.60.0:')
executables = ['^meson$']