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 f207cf4 commit e9da799Copy full SHA for e9da799
setup-fortran.sh
@@ -60,20 +60,6 @@ install_gcc_brew()
60
fi
61
62
63
- # link lib dir for previous GCC versions to avoid missing .dylib issues
64
- for (( i=13; i>4; i-- ))
65
- do
66
- gcc_lib_path="/usr/local/opt/gcc/lib/gcc/$i"
67
- if [ -d $gcc_lib_path ]; then
68
- echo "found $gcc_lib_path"
69
- for (( j=$i; j>4; j-- ))
70
71
- ln -fs /usr/local/opt/gcc/lib/gcc/$i /usr/local/opt/gcc/lib/gcc/$j
72
- done
73
- break
74
- fi
75
76
-
77
export FC="gfortran"
78
export CC="gcc"
79
export CXX="g++"
0 commit comments