From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 08/11] python-numpy: add install-staging command
Date: Mon, 3 Mar 2014 23:42:19 +0100 [thread overview]
Message-ID: <20140303234219.19a2f7e0@skate> (raw)
In-Reply-To: <1392588004-13317-9-git-send-email-s.martin49@gmail.com>
Dear Samuel Martin,
On Sun, 16 Feb 2014 23:00:01 +0100, Samuel Martin wrote:
> Some packages may include headers provided by python-numpy package.
> So, also install it in the sysroot.
>
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> ---
> package/python-numpy/python-numpy.mk | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/package/python-numpy/python-numpy.mk b/package/python-numpy/python-numpy.mk
> index c082045..ff70cfe 100644
> --- a/package/python-numpy/python-numpy.mk
> +++ b/package/python-numpy/python-numpy.mk
> @@ -28,4 +28,21 @@ define PYTHON_NUMPY_CONFIGURE_CMDS
> echo " $(lib)" >> $(@D)/site.cfg ;)
> endef
>
> +# Some package may include few headers from NumPy, so let's install it in the
> +# staging area.
> +PYTHON_NUMPY_INSTALL_STAGING = YES
> +
> +# This install staging commands is an adjusted and simplified version of the
> +# install target commands vampirized from the python-package infrastructure.
> +#
> +# Note that the append '--prefix=...' parameter overrides the one set by the
> +# python-package infrastructure in the PYTHON_NUMPY_INSTALL_OPT variable.
> +define PYTHON_NUMPY_INSTALL_STAGING_CMDS
> + (cd $(PYTHON_NUMPY_BUILDDIR)/; \
This can be $(@D), no ?
> + $(PYTHON_NUMPY_BASE_ENV) $(PYTHON_NUMPY_ENV) \
> + $(HOST_DIR)/usr/bin/python setup.py install \
> + $(PYTHON_NUMPY_BASE_INSTALL_OPT) \
> + $(PYTHON_NUMPY_INSTALL_OPT) --prefix=$(STAGING_DIR)/usr)
> +endef
> +
> $(eval $(python-package))
Also, any reason for having this separated from the package addition
itself?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-03-03 22:42 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-16 21:59 [Buildroot] [PATCH 00/11] Scientific libraries Samuel Martin
2014-02-16 21:59 ` [Buildroot] [PATCH 01/11] opencv: bump to version 2.4.8 Samuel Martin
2014-03-05 22:49 ` Yann E. MORIN
2014-02-16 21:59 ` [Buildroot] [PATCH 02/11] opencv: rework V4L/libv4l support Samuel Martin
2014-03-03 22:38 ` Thomas Petazzoni
2014-03-05 22:55 ` Yann E. MORIN
2014-02-16 21:59 ` [Buildroot] [PATCH 03/11] opencv: add jasper support Samuel Martin
2014-03-05 22:59 ` Yann E. MORIN
2014-03-05 23:08 ` Samuel Martin
2014-03-05 23:27 ` Yann E. MORIN
2014-02-16 21:59 ` [Buildroot] [PATCH 04/11] opencv: add Qt5 support Samuel Martin
2014-03-05 23:22 ` Yann E. MORIN
2014-02-16 21:59 ` [Buildroot] [PATCH 05/11] clapack: new package Samuel Martin
2014-03-06 19:30 ` Yann E. MORIN
2014-03-06 19:42 ` Yann E. MORIN
2014-03-06 20:16 ` Samuel Martin
2014-03-06 20:50 ` Yann E. MORIN
2014-02-16 21:59 ` [Buildroot] [PATCH 06/11] armadillo: " Samuel Martin
2014-03-02 10:04 ` Samuel Martin
2014-03-02 13:04 ` Thomas De Schampheleire
2014-02-16 22:00 ` [Buildroot] [PATCH 07/11] python-numpy: " Samuel Martin
2014-03-03 22:40 ` Thomas Petazzoni
2014-02-16 22:00 ` [Buildroot] [PATCH 08/11] python-numpy: add install-staging command Samuel Martin
2014-03-03 22:42 ` Thomas Petazzoni [this message]
2014-02-16 22:00 ` [Buildroot] [PATCH 09/11] opencv: add python/numpy support Samuel Martin
2014-03-06 23:04 ` Yann E. MORIN
2014-02-16 22:00 ` [Buildroot] [PATCH 10/11] opencv: define modules inter-dependencies Samuel Martin
2014-02-16 22:00 ` [Buildroot] [PATCH 11/11] vlc: add opencv support Samuel Martin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140303234219.19a2f7e0@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.