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 262847c commit 1939c68Copy full SHA for 1939c68
aarch64_linux/aarch64_ci_build.sh
@@ -37,7 +37,7 @@ conda --version
37
# ubuntu's libgfortran.a which is compiled with -fPIC
38
###############################################################################
39
cd ~/
40
-curl -L -o ~/libgfortran-10-dev.deb http://ports.ubuntu.com/ubuntu-ports/pool/universe/g/gcc-10/libgfortran-10-dev_10.4.0-9ubuntu1_arm64.deb
+curl -L -o ~/libgfortran-10-dev.deb http://ports.ubuntu.com/ubuntu-ports/pool/universe/g/gcc-10/libgfortran-10-dev_10.5.0-1ubuntu1_arm64.deb
41
ar x ~/libgfortran-10-dev.deb
42
tar --use-compress-program=unzstd -xvf data.tar.zst -C ~/
43
cp -f ~/usr/lib/gcc/aarch64-linux-gnu/10/libgfortran.a /opt/rh/devtoolset-10/root/usr/lib/gcc/aarch64-redhat-linux/10/
0 commit comments