8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bb0df commit d2347b9Copy full SHA for d2347b9
gfortran_utils.sh
@@ -99,7 +99,7 @@ if [ "$(uname)" == "Darwin" ]; then
99
curl -L -O https://github.com/isuruf/gcc/releases/download/gcc-11.3.0-2/gfortran-darwin-${arch}-${type}.tar.gz
100
case ${arch}-${type} in
101
arm64-native)
102
- export GFORTRAN_SHA=142290685240f4f86cdf359cb2030d586105d7e4
+ export GFORTRAN_SHA=0d5c118e5966d0fb9e7ddb49321f63cac1397ce8
103
;;
104
arm64-cross)
105
export GFORTRAN_SHA=527232845abc5af21f21ceacc46fb19c190fe804
0 commit comments