We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ba7858 + 8c8ca3b commit d503148Copy full SHA for d503148
install-deps
@@ -234,7 +234,7 @@ elif [[ "$(uname)" == 'Linux' ]]; then
234
qt-devel qtwebkit-devel sox-plugins-freeworld \
235
ipython
236
install_openblas || true
237
- elif [[ $fedora_major_version == '22' ]]; then
+ elif [[ $fedora_major_version == '22' || $fedora_major_version == '23' ]]; then
238
#using dnf - since yum has been deprecated
239
#sox-plugins-freeworld is not yet available in repos for F22
240
sudo dnf install -y cmake curl readline-devel ncurses-devel \
0 commit comments