Skip to content

Commit

Permalink
Merge pull request torch#226 from notastudio/patch-1
Browse files Browse the repository at this point in the history
Update install-deps for Fedora 25.
  • Loading branch information
soumith authored May 28, 2017
2 parents 25a3a63 + e5012b3 commit 54a378a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ elif [[ "$(uname)" == 'Linux' ]]; then
sox-devel sox qt-devel qtwebkit-devel \
python-ipython czmq czmq-devel
install_openblas || true
elif [[ $fedora_major_version == '24' ]]; then
elif [[ $fedora_major_version == '24' || $fedora_major_version == '25' ]]; then
sudo dnf install -y make cmake curl readline-devel ncurses-devel \
gcc-c++ gcc-gfortran git gnuplot unzip \
libjpeg-turbo-devel libpng-devel \
Expand All @@ -331,7 +331,7 @@ elif [[ "$(uname)" == 'Linux' ]]; then
python-ipython czmq czmq-devel
install_openblas || true
else
echo "Only Fedora 20-24 are supported for now, aborting."
echo "Only Fedora 20-25 are supported for now, aborting."
exit 1
fi
elif [[ $distribution == 'centos' ]]; then
Expand Down

0 comments on commit 54a378a

Please sign in to comment.