[julia] gfortran patch required for 1.7.2 (#29720)
This commit is contained in:
parent
15bdc6b3e1
commit
1b41e7408d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class Julia(MakefilePackage):
|
|||
patch('use-add-rpath.patch')
|
||||
|
||||
# Fix gfortran abi detection https://github.com/JuliaLang/julia/pull/44026
|
||||
patch('fix-gfortran.patch', when='@1.7.0:1.7.1')
|
||||
patch('fix-gfortran.patch', when='@1.7.0:1.7.2')
|
||||
|
||||
def patch(self):
|
||||
# The system-libwhich-libblastrampoline.patch causes a rebuild of docs as it
|
||||
|
|
Loading…
Reference in a new issue