Re: [oe] [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python

2016-10-18 Thread Denys Dmytriyenko
Khem, Tim, http://lists.openembedded.org/pipermail/openembedded-devel/2016-October/109403.html On Thu, Oct 06, 2016 at 06:07:28PM -0700, Tim Orling wrote: > Agree with Khem, we don't use PR in anything new anymore. > > I built (on krogoth) both python-pybind11 and python3-pybind11 and both > im

Re: [oe] [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python

2016-10-06 Thread Tim Orling
Agree with Khem, we don't use PR in anything new anymore. I built (on krogoth) both python-pybind11 and python3-pybind11 and both import inside their respective pythons. I did not do any more testing than that. I'll try on master too. As always, it would be nice to add ptest, but hardly any pyth

Re: [oe] [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 12:58 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > meta-python/recipes-devtools/python/python-pybind11.inc | 9 + > meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ > meta-python/rec

Re: [oe] [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python

2016-10-06 Thread Denys Dmytriyenko
BTW, this is more of a WIP and needs few cleanups based on master, as I was testing it in krogoth for now... On Thu, Oct 06, 2016 at 03:58:07PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > meta-python/recipes-devtools/python/python-py

[oe] [meta-python][PATCH] python-pybind11: add pybind11 for operability between C++11 and Python

2016-10-06 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta-python/recipes-devtools/python/python-pybind11.inc | 9 + meta-python/recipes-devtools/python/python-pybind11_1.8.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-pybind11_1.8.1.bb | 2 ++ 3 files changed,