File tree Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Expand file tree Collapse file tree 5 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 3838 # gcc --version
3939 # which gfortran
4040 brew install automake autoconf libtool m4
41+ autoconf --version
42+ automake --version
43+ libtool --version
44+ m4 --version
4145 - name : Build MPICH
4246 run : |
4347 cd ${GITHUB_WORKSPACE}
Original file line number Diff line number Diff line change 3838 # gcc --version
3939 # which gfortran
4040 brew install automake autoconf libtool m4
41+ autoconf --version
42+ automake --version
43+ libtool --version
44+ m4 --version
4145 - name : Build OPENMPI
4246 run : |
4347 cd ${GITHUB_WORKSPACE}
Original file line number Diff line number Diff line change 3131 run : |
3232 sudo apt-get update
3333 sudo apt-get install automake autoconf libtool libtool-bin m4
34+ autoconf --version
35+ automake --version
36+ libtool --version
37+ m4 --version
3438 # install gfortran
3539 version=12
3640 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
Original file line number Diff line number Diff line change 3131 run : |
3232 sudo apt-get update
3333 sudo apt-get install automake autoconf libtool libtool-bin m4
34+ autoconf --version
35+ automake --version
36+ libtool --version
37+ m4 --version
3438 # install gfortran
3539 version=12
3640 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ dnl AC_PROG_RANLIB
453453
454454dnl libtool v2.4.6 was released in 2015-02-15
455455dnl Travis CI only has v2.4.2
456- LT_PREREQ([ 2.4.6 ] )
456+ LT_PREREQ([ 2.5.4 ] )
457457dnl LT_INIT([dlopen disable-shared])
458458dnl LT_INIT([dlopen])
459459dnl LT_INIT([disable-shared]) # build without shared libraries
You can’t perform that action at this time.
0 commit comments