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.
-J
1 parent 95dbca1 commit aec789fCopy full SHA for aec789f
install.sh
@@ -64,7 +64,10 @@ fi
64
65
$FETCH $SOURCE_URL > $BOOTSTRAP_DIR/fpm.F90
66
67
-$FC $FFLAGS -J $BOOTSTRAP_DIR $BOOTSTRAP_DIR/fpm.F90 -o $BOOTSTRAP_DIR/fpm
+SAVEDIR="$(pwd)"
68
+cd $BOOTSTRAP_DIR
69
+$FC $FFLAGS fpm.F90 -o fpm
70
+cd "$SAVEDIR"
71
72
$BOOTSTRAP_DIR/fpm update
73
$BOOTSTRAP_DIR/fpm install --compiler "$FC" --flag "$FFLAGS" --prefix "$PREFIX"
0 commit comments