[Buildroot] [PATCH v3] package/python-imutils: new package

Alexandre PAYEN alexandre.payen at smile.fr
Wed Feb 5 15:25:11 UTC 2020


Hi Thomas,

thanks for the review.
This patch was part of my work with lapack/clapack if I remember.

I will soon take some time to provide a new version of this patch.

Regards,
Alexandre

Le mer. 5 févr. 2020 à 16:20, Thomas Petazzoni <thomas.petazzoni at bootlin.com>
a écrit :

> Hello Alexandre,
>
> On Fri,  2 Aug 2019 16:45:03 +0200
> Aalx <alexandre.payen at smile.fr> wrote:
>
> > diff --git a/package/python-imutils/Config.in
> b/package/python-imutils/Config.in
> > new file mode 100644
> > index 0000000000..0c8ffbda56
> > --- /dev/null
> > +++ b/package/python-imutils/Config.in
> > @@ -0,0 +1,36 @@
> > +config BR2_PACKAGE_PYTHON_IMUTILS
> > +     bool "python-imutils"
> > +     depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS # python-scipy
> > +     depends on BR2_PACKAGE_PYTHON3 # python-scipy
> > +     depends on BR2_TOOLCHAIN_HAS_FORTRAN # python-scipy
> > +     depends on BR2_TOOLCHAIN_HAS_ATOMIC # opencv3
> > +     depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # opencv3
> > +     depends on BR2_INSTALL_LIBSTDCPP # opencv3
> > +     depends on BR2_USE_WCHAR # opencv3
> > +     depends on !BR2_STATIC_LIBS  # opencv3
> > +     depends on !BR2_PACKAGE_OPENCV # opencv3
> > +     depends on BR2_PACKAGE_OPENCV3
>
> If you "depends on BR2_PACKAGE_OPENCV3", there is no need to replicate
> all the dependencies of opencv3 inside this package.
>
> > +     select BR2_PACKAGE_PYTHON_SCIPY
>
> We don't have this package in Buildroot, this needs to be added before
> we can merge python-imutils.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20200205/5d65ff15/attachment.html>


More information about the buildroot mailing list