Skip to content

Commit

Permalink
fix: Remove now redundant clause about gfortran at beginning of
Browse files Browse the repository at this point in the history
top level dir setup script.
  • Loading branch information
ktras committed Jan 17, 2024
1 parent 38000a9 commit 62bf5b4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ done

set -u # error on use of undefined variable

if ! command -v gfortran > /dev/null ; then
echo "This script assumes usage of gfortran to compile and build"
echo "When using other Fortran compilers, please ensure you have fpm downloaded and in your path"
echo "Then use the following command to install inference-engine: fpm build --flag \"-fcoarray=single\"."
echo "Please replace the coarray flag with appropriate coarray flag for your compiler"
exit 1
fi

install_fpm_from_source()
{
echo "Installing fpm in following location: $PREFIX/bin"
Expand Down

0 comments on commit 62bf5b4

Please sign in to comment.