Re: Packaging a python module when already using cmake buildsystem

2020-09-25 Thread Christian Kastner
On 2020-09-24 13:22, Francis Murtagh wrote: > I'm trying to package a newly added python component of our > tool https://tracker.debian.org/pkg/armnn. > > It has a setup.py and uses SetupTools and DistUtils so I was hoping to > add --with Python3 and hope that a lot of magic would be done by

Re: Packaging a python module when already using cmake buildsystem

2020-09-25 Thread Francis Murtagh
> > It has a setup.py and uses SetupTools and DistUtils so I was hoping to > > add --with Python3 and hope that a lot of magic would be done by pybuild. > > However as I'm already using cmake as the build system I can't stick > > pybuild in there. > > We use both pybuild and cmake for a couple of

Re: Packaging a python module when already using cmake buildsystem

2020-09-25 Thread Markus Frosch
On Thu, 2020-09-24 at 22:01 +0200, Gregor Riepl wrote: > > It has a setup.py and uses SetupTools and DistUtils so I was hoping to > > add --with Python3 and hope that a lot of magic would be done by pybuild. > > However as I'm already using cmake as the build system I can't stick > > pybuild in

Re: Packaging a python module when already using cmake buildsystem

2020-09-24 Thread Gregor Riepl
> It has a setup.py and uses SetupTools and DistUtils so I was hoping to > add --with Python3 and hope that a lot of magic would be done by pybuild. > However as I'm already using cmake as the build system I can't stick > pybuild in there. We use both pybuild and cmake for a couple of SIP

Packaging a python module when already using cmake buildsystem

2020-09-24 Thread Francis Murtagh
Hi, I'm trying to package a newly added python component of our tool https://tracker.debian.org/pkg/armnn. It has a setup.py and uses SetupTools and DistUtils so I was hoping to add --with Python3 and hope that a lot of magic would be done by pybuild. However as I'm already using cmake as the

Packaging a python module when already using cmake buildsystem

2020-09-24 Thread Francis Murtagh
Hi, I'm trying to package a newly added python component of our tool https://tracker.debian.org/pkg/armnn. It has a setup.py and uses SetupTools and DistUtils so I was hoping to add "--with Python3" and hope that a lot of magic would be done by pybuild. However as I'm already using cmake as