gfortran->gcc-gfortran

This commit is contained in:
Isuru Fernando 2019-05-12 13:50:37 -05:00
parent a0aaf308ed
commit 9184590c33
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ steps:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands:
- yum -y install make gcc gfortran perl
- yum -y install make gcc gcc-gfortran perl
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
@ -34,7 +34,7 @@ steps:
CC: clang
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands:
- yum -y install make gcc gfortran perl clang
- yum -y install make gcc gcc-gfortran perl clang
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS