File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
program main
36
36
use iso_fortran_env, only : compiler_version
37
37
implicit none
38
- print * ,(compiler_version() >= " GCC version 6.1.0 " ) .and. (compiler_version() < " GCC version 7.0.0 " )
38
+ print * ,(compiler_version() >= " GCC version 6.1.0 " )
39
39
end program
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ find_or_install()
173
173
174
174
else
175
175
176
- info " $this_script : Checking whether $executable in PATH wraps gfortran version >= $( ./build.sh -V gcc) and < 7.0.0 ... "
176
+ info " $this_script : Checking whether $executable in PATH wraps gfortran version >= $( ./build.sh -V gcc) ... "
177
177
$executable acceptable_compiler.f90 -o acceptable_compiler || true ;
178
178
$executable print_true.f90 -o print_true || true ;
179
179
if [[ -f ./acceptable_compiler && -f ./print_true ]]; then
You can’t perform that action at this time.
0 commit comments