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 7db0133 commit 5216a65Copy full SHA for 5216a65
tools/gfortran_utils.sh
@@ -134,6 +134,7 @@ if [ "$(uname)" == "Darwin" ]; then
134
if [! -d /opt/gfortran ]; then
135
sudo mkdir -p /opt/gfortran
136
sudo chmod 777 /opt/gfortran
137
+ fi
138
cp "gfortran-darwin-${arch}-${type}.tar.gz" /opt/goftran/gfortran-darwin-${arch}-${type}.tar.gz
139
pushd /opt/gfortran
140
tar -xvf gfortran-darwin-${arch}-${type}.tar.gz
0 commit comments