Re: [yocto] Python module and build_ext args

2017-08-31 Thread Craig McQueen
I wrote: > Khem Raj wrote: > > On Thu, Aug 24, 2017 at 9:42 PM, Craig McQueen > > wrote: > > > Khem Raj wrote: > > > On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > > > > > > wrote: > > > > > > I wrote: > > >> I'm trying to make a

Re: [yocto] Python module and build_ext args

2017-08-28 Thread Craig McQueen
Khem Raj wrote: > On Thu, Aug 24, 2017 at 9:42 PM, Craig McQueen > wrote: > > Khem Raj wrote: > > On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > > > > wrote: > > > > I wrote: > >> I'm trying to make a recipe for python3-uvloop, using

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Khem Raj
On Thu, Aug 24, 2017 at 9:42 PM, Craig McQueen wrote: > Khem Raj wrote: > > > > On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > wrote: > > I wrote: >> I'm trying to make a recipe for python3-uvloop, using setuptools3. >> >> The Python 3

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Craig McQueen
Khem Raj wrote: On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > wrote: I wrote: > I'm trying to make a recipe for python3-uvloop, using setuptools3. > > The Python 3 uvloop module depends on libuv. It bundles a version of libuv, >

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Khem Raj
On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen wrote: > I wrote: > > I'm trying to make a recipe for python3-uvloop, using setuptools3. > > > > The Python 3 uvloop module depends on libuv. It bundles a version of > libuv, > > and setup.py tries to build it, but it

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Craig McQueen
I wrote: > I'm trying to make a recipe for python3-uvloop, using setuptools3. > > The Python 3 uvloop module depends on libuv. It bundles a version of libuv, > and setup.py tries to build it, but it doesn't work well for > cross-compilation. > However, it also provides a build_ext parameter

[yocto] Python module and build_ext args

2017-08-24 Thread Craig McQueen
I'm trying to make a recipe for python3-uvloop, using setuptools3. The Python 3 uvloop module depends on libuv. It bundles a version of libuv, and setup.py tries to build it, but it doesn't work well for cross-compilation. However, it also provides a build_ext parameter "--use-system-libuv",