Re: [ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-18 Thread Michael Olbrich
Hi, On Fri, Jan 18, 2019 at 09:05:28AM +, Denis OSTERLAND wrote: > I have tested it here with a minimal configuration and I fails to build... > > - > target: host-python-scons.compile > - > > ptxdist: executing: cd >

Re: [ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-18 Thread Denis OSTERLAND
Hi Michael, I have tested it here with a minimal configuration and I fails to build... - target: host-python-scons.compile - ptxdist: executing: cd

Re: [ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-17 Thread Roland Hieber
In case you're sending v4, do a s/pyhton/python/ in the subject :) - Roland On Tue, Jan 15, 2019 at 08:17:39AM +, Denis OSTERLAND wrote: > This patch adds support for scons build system. > https://scons.org/ > > Signed-off-by: Denis Osterland > --- > rules/host-python-scons.in | 6

Re: [ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-17 Thread Denis OSTERLAND
Hi Michael, Am Mittwoch, den 16.01.2019, 16:35 +0100 schrieb Michael Olbrich: > On Tue, Jan 15, 2019 at 08:17:39AM +, Denis OSTERLAND wrote: > > > > This patch adds support for scons build system. > > https://scons.org/ > > > > Signed-off-by: Denis Osterland > The prefix is not correct

Re: [ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-16 Thread Michael Olbrich
On Tue, Jan 15, 2019 at 08:17:39AM +, Denis OSTERLAND wrote: > This patch adds support for scons build system. > https://scons.org/ > > Signed-off-by: Denis Osterland The prefix is not correct here. It installs everything to .../local/ Michael > --- > rules/host-python-scons.in | 6

[ptxdist] [PATCH v3 1/2] host-pyhton-scons: add new package

2019-01-15 Thread Denis OSTERLAND
This patch adds support for scons build system. https://scons.org/ Signed-off-by: Denis Osterland --- rules/host-python-scons.in | 6 ++ rules/host-python-scons.make | 35 +++ 2 files changed, 41 insertions(+) create mode 100644 rules/host-python-scons.in