jcjohnson / torch-rnn

Efficient, reusable RNNs and LSTMs for torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Linux multilib install error

laudiacay opened this issue · comments

On line 221 of the install-deps script, it tries to install gcc-fortran, regardless of whether gcc or gcc-multilib was detected as the correct gcc version. To work properly, it needs to install gcc-fortran if it detects gcc, and gcc-fortran-multilib if it detects gcc-multilib. Right now it doesn't work on Arch when gcc-multilib is installed.

umm i left this on the wrong project please ignore oops