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:
parent
1f42a5e598
commit
35d07a6f18
1 changed files with 2 additions and 2 deletions
|
@ -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$']
|
||||
|
|
Loading…
Reference in a new issue