Skip to content

Commit

Permalink
[build] Check for gfortran, needed by OpenBLAS (for lapack) (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpovey authored Sep 29, 2019
1 parent a617bc4 commit cebe114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extras/check_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if have "$CXX" && ! echo "#include <zlib.h>" | $CXX -E - >&/dev/null; then
add_packages zlib-devel zlib1g-dev
fi

for f in make automake autoconf patch grep bzip2 gzip unzip wget git sox; do
for f in make automake autoconf patch grep bzip2 gzip unzip wget git sox gfortran; do
if ! have $f; then
echo "$0: $f is not installed."
add_packages $f
Expand Down

0 comments on commit cebe114

Please sign in to comment.