Re: [yocto] Install Torch7

2017-05-19 Thread Fabien Lahoudere
On Thu, 2017-05-18 at 13:34 +, Abayiz wrote: > Dear Fabien and Jussi,  > > Thank you very much for your time and concern.  > After your suggestion I tried to find out all those packages installed by > "bash install-deps". > However I found that these deps are required to build JIT version of

Re: [yocto] Install Torch7

2017-05-18 Thread Abayiz
Dear Fabien and Jussi, Thank you very much for your time and concern. After your suggestion I tried to find out all those packages installed by "bash install-deps". However I found that these deps are required to build JIT version of Lua, as mentioned on the official Torch website. So instead

Re: [yocto] Install Torch7

2017-05-18 Thread Fabien Lahoudere
On Thu, 2017-05-18 at 12:02 +, Abayiz wrote: > Dear Fabien,  > > Thank you very much for your reply.  > No, I didn't try 'devtool edit-recipe torch' to add dependencies. Actually I > didn't know how to > add them. Is there any way to directly call that .sh file there?? > Could you give me a m

Re: [yocto] Install Torch7

2017-05-18 Thread Jussi Kukkonen
On 18 May 2017 at 15:02, Abayiz wrote: > No, I didn't try 'devtool edit-recipe torch' to add dependencies. Actually I didn't know how to add them. Is there any way to directly call that .sh file there?? That shell script is very specific to a handful of distros. It will only help you as a referen

Re: [yocto] Install Torch7

2017-05-18 Thread Fabien Lahoudere
On Wed, 2017-05-17 at 08:37 +, Abayiz wrote: > Dear all,  > > I'm quite new to Yocto, I've successfully built qemu and ran helloworld > example on it. Now I'm > trying to install Torch 7 (https://github.com/torch/torch7) library. What I > did is:  > > devtool add torch https://github.com/to