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 a0aaf30 commit 9184590Copy full SHA for 9184590
.drone.yml
@@ -13,7 +13,7 @@ steps:
13
CC: gcc
14
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
15
commands:
16
- - yum -y install make gcc gfortran perl
+ - yum -y install make gcc gcc-gfortran perl
17
- make QUIET_MAKE=1 $COMMON_FLAGS
18
- make -C test $COMMON_FLAGS
19
- make -C ctest $COMMON_FLAGS
@@ -34,7 +34,7 @@ steps:
34
CC: clang
35
36
37
- - yum -y install make gcc gfortran perl clang
+ - yum -y install make gcc gcc-gfortran perl clang
38
39
40
0 commit comments