File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,20 @@ if [ "${MB_ML_VER}" == "_2_24" ]; then
10
10
# symbol version issues
11
11
apt-get update -y
12
12
apt-get install -y --no-install-recommends dirmngr
13
- apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1E9377A2BA9EF27F
14
- echo " deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main" >> /etc/apt/sources.list
15
- apt-get update -y
16
- apt-get install -y --no-install-recommends gcc-9 gfortran-9
17
- export CC=gcc-9
18
- export FC=gfortran-9
19
- # Install an up-to-date binutils
13
+ # apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1E9377A2BA9EF27F
14
+ # echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main" >> /etc/apt/sources.list
15
+ # apt-get update -y
16
+ # apt-get install -y --no-install-recommends gcc-9 gfortran-9
17
+ # export CC=gcc-9
18
+ # export FC=gfortran-9
19
+ # Install an up-to-date binutils & gcc
20
20
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E2B0200952C56F5E
21
21
echo " deb http://ppa.launchpad.net/mayeut-github/test3/ubuntu xenial main" >> /etc/apt/sources.list
22
+ echo " deb http://ppa.launchpad.net/mayeut-github/test4/ubuntu xenial main" >> /etc/apt/sources.list
22
23
apt-get update -y
23
- apt-get install -y --no-install-recommends binutils
24
+ apt-get install -y --no-install-recommends binutils gcc-10 gfortran-10
25
+ export CC=gcc-10
26
+ export FC=gfortran-10
24
27
# apt-get install -y --no-install-recommends bison flex gettext texinfo dejagnu quilt chrpath dwz debugedit python3 file xz-utils lsb-release zlib1g-dev procps
25
28
# curl -fsSL https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz | tar -x --xz
26
29
# pushd binutils-2.36.1
You can’t perform that action at this time.
0 commit comments