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.
2 parents 3a9bfd2 + 10ed01b commit 1f4ff6dCopy full SHA for 1f4ff6d
CMakeLists.txt
@@ -88,7 +88,7 @@ else()
88
endif()
89
90
if(gfortran_compiler)
91
- set(CMAKE_REQUIRED_FLAGS "-fcoarray=single")
+ set(CMAKE_REQUIRED_FLAGS "-fcoarray=single -ffree-form")
92
93
include(CheckFortranSourceCompiles)
94
CHECK_Fortran_SOURCE_COMPILES("
install.sh
@@ -54,6 +54,9 @@
54
#
55
# __________ Process command-line arguments and environment variables _____________
56
57
+# Make sure we really exit with correct status when piping function output
58
+set -o pipefail
59
+
60
this_script=`basename $0`
61
62
# Interpret the first command-line argument, if present, as the OpenCoarrays installation path.
0 commit comments