Skip to content

Commit

Permalink
mistake in install_cutest script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Apr 9, 2024
1 parent 2024ca4 commit 44bc176
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/install_cutest_alone
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,10 @@ if [[ $? == 1 ]]; then
yesno_default_no ' Would you like to compile CUTEst in quadruple precision ...'
if [[ $? != 0 ]]; then
PREC='quadruple'
MACROS="PRECIS=$PREC PWD=$CUTEST/src CUTEST=$CUTEST
MACROS="PRECIS=$PREC PWD=$CUTEST/src CUTEST=$CUTEST"
$MAKE $OPTIONS all $MACROS
fi
fi
fi

fi

Expand Down

0 comments on commit 44bc176

Please sign in to comment.