Skip to content

Commit d503148

Browse files
committed
Merge pull request torch#89 from luan-cestari/patch-1
Update for Fedora 23
2 parents 5ba7858 + 8c8ca3b commit d503148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-deps

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ elif [[ "$(uname)" == 'Linux' ]]; then
234234
qt-devel qtwebkit-devel sox-plugins-freeworld \
235235
ipython
236236
install_openblas || true
237-
elif [[ $fedora_major_version == '22' ]]; then
237+
elif [[ $fedora_major_version == '22' || $fedora_major_version == '23' ]]; then
238238
#using dnf - since yum has been deprecated
239239
#sox-plugins-freeworld is not yet available in repos for F22
240240
sudo dnf install -y cmake curl readline-devel ncurses-devel \

0 commit comments

Comments
 (0)