Skip to content

Commit 1939c68

Browse files
authored
Advance libgfortran version (#1453)
1 parent 262847c commit 1939c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aarch64_linux/aarch64_ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ conda --version
3737
# ubuntu's libgfortran.a which is compiled with -fPIC
3838
###############################################################################
3939
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
40+
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
4141
ar x ~/libgfortran-10-dev.deb
4242
tar --use-compress-program=unzstd -xvf data.tar.zst -C ~/
4343
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

Comments
 (0)