torch / torch7

http://torch.ch
Other
9k stars 2.38k forks source link

Update on qtwebkit dependency for Arch Linux #977

Closed politeles closed 7 years ago

politeles commented 7 years ago

Hi, I'm working on Arch Linux. Apparently the support for qtwebkit was removed from the official repos. See: https://bbs.archlinux.org/viewtopic.php?id=223045 I found there that the new package qt5-webkit-ng is compatible with the previous one.

The only modification needed is on file install-deps, line 271:

ipython qt4 qt5-webkit-ng || exit 1

I've compiled it and it's working.

Regards, José Enrique

pavanky commented 7 years ago

@politeles send a PR to torch-distro ?

politeles commented 7 years ago

@pavanky done in https://github.com/torch/distro/pull/214 Thanks

soumith commented 7 years ago

thanks @politeles