@@ -265,7 +265,7 @@ find_or_install()
265265 stack_push dependency_path " none" ` ./build $package --default --query-path` ` ./build gcc --default --query-path`
266266 else
267267 printf " yes.\n"
268- printf " $this_script : Checking whether $executable in PATH wraps gfortran version 5.1 .0 or later... "
268+ printf " $this_script : Checking whether $executable in PATH wraps gfortran version 5.3 .0 or later... "
269269 $executable acceptable_compiler.f90 -o acceptable_compiler
270270 $executable print_true.f90 -o print_true
271271 acceptable=` ./acceptable_compiler`
@@ -332,7 +332,7 @@ find_or_install()
332332 stack_push dependency_path " none"
333333
334334 elif [[ " $package_in_path " == " true" ]]; then
335- printf " $this_script : Checking whether $executable in PATH is version 5.1 .0 or later..."
335+ printf " $this_script : Checking whether $executable in PATH is version 5.3 .0 or later..."
336336 $executable -o acceptable_compiler acceptable_compiler.f90
337337 $executable -o print_true print_true.f90
338338 is_true=` ./print_true`
@@ -712,7 +712,7 @@ print_header()
712712 clear
713713 echo " "
714714 echo " *** A default build of OpenCoarrays requires CMake 3.4.0 or later ***"
715- echo " *** and MPICH 3.1.4 wrapping GCC Fortran (gfortran) 5.1 .0 or later. ***"
715+ echo " *** and MPICH 3.1.4 wrapping GCC Fortran (gfortran) 5.3 .0 or later. ***"
716716 echo " *** Additionally, CMake, MPICH, and GCC have their own prerequisites. ***"
717717 echo " *** This script will check for most known requirements in your PATH ***"
718718 echo " *** environment variable and in the default installation directory ***"
0 commit comments