Re: [ptxdist] [PATCH] opencv: added option to build/install python bindings

2020-09-22 Thread Michael Olbrich
On Wed, Sep 16, 2020 at 01:19:28PM +0200, Artur Wiebe wrote: > Signed-off-by: Artur Wiebe > --- > rules/opencv.in | 7 +++ > rules/opencv.make | 17 + > 2 files changed, 20 insertions(+), 4 deletions(-) > > diff --git a/rules/opencv.in b/rules/opencv.in > index 328786aed..

[ptxdist] [PATCH] opencv: added option to build/install python bindings

2020-09-16 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/opencv.in | 7 +++ rules/opencv.make | 17 + 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 328786aed..bbf907b64 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -16,6 +16,7 @

[ptxdist] [PATCH] opencv: added option to build/install python bindings

2020-08-24 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/opencv.in | 7 +++ rules/opencv.make | 18 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/rules/opencv.in b/rules/opencv.in index 8f39ec395..9c50bb4dc 100644 --- a/rules/opencv.in +++ b/rules/opencv.in @@ -15,6 +15,7