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 5c908fc commit 415718bCopy full SHA for 415718b
install.sh
@@ -42,7 +42,7 @@ done
42
43
set -u # error on use of undefined variable
44
45
-SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v0.3.0/fpm-0.3.0.F90"
+SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.F90"
46
BOOTSTRAP_DIR="build/bootstrap"
47
if [ -z ${FC+x} ]; then
48
FC="gfortran"
@@ -66,5 +66,6 @@ $FETCH $SOURCE_URL > $BOOTSTRAP_DIR/fpm.F90
66
67
$FC $FFLAGS -J $BOOTSTRAP_DIR $BOOTSTRAP_DIR/fpm.F90 -o $BOOTSTRAP_DIR/fpm
68
69
+$BOOTSTRAP_DIR/fpm update
70
$BOOTSTRAP_DIR/fpm install --compiler "$FC" --flag "$FFLAGS" --prefix "$PREFIX"
71
rm -r $BOOTSTRAP_DIR
0 commit comments