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 c2251c1 commit 4bedc23Copy full SHA for 4bedc23
fypp-gfortran.sh
@@ -15,7 +15,7 @@ else
15
njob="$(nproc)"
16
fi
17
18
-# Create directories for the fpm project.
+# Create directory for saving preprocessed files.
19
mkdir -p "$destdir/preprocessed_files"
20
21
# Preprocess all files with .fypp extension in source directory.
@@ -26,8 +26,6 @@ find src -iname "*.fypp" \
26
27
args=("$@")
28
29
-file=$(printf "%s\n" "${args[@]}" | grep -P '^.+\.[fF]90')
30
-
31
exec gfortran "${args[@]}"
32
33
0 commit comments