mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 3/6] host-python-numpy: new package
Date: Thu, 28 Jan 2016 18:27:05 +0100	[thread overview]
Message-ID: <1454002028-12486-3-git-send-email-l.stach@pengutronix.de> (raw)
In-Reply-To: <1454002028-12486-1-git-send-email-l.stach@pengutronix.de>

NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small
multi-dimensional arrays.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/host-python-numpy.in   | 11 +++++++++++
 rules/host-python-numpy.make | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 rules/host-python-numpy.in
 create mode 100644 rules/host-python-numpy.make

diff --git a/rules/host-python-numpy.in b/rules/host-python-numpy.in
new file mode 100644
index 000000000000..79b29a8ed8f5
--- /dev/null
+++ b/rules/host-python-numpy.in
@@ -0,0 +1,11 @@
+## SECTION=python
+
+config HOST_PYTHON_NUMPY
+	tristate
+	prompt "python-numpy"
+	select HOST_PYTHON
+	help
+	  NumPy is a general-purpose array-processing package designed to
+	  efficiently manipulate large multi-dimensional arrays of arbitrary
+	  records without sacrificing too much speed for small
+	  multi-dimensional arrays.
diff --git a/rules/host-python-numpy.make b/rules/host-python-numpy.make
new file mode 100644
index 000000000000..7d26e36e6d91
--- /dev/null
+++ b/rules/host-python-numpy.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Lucas Stach <l.stach@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON_NUMPY) += host-python-numpy
+
+#
+# Paths and names
+#
+HOST_PYTHON_NUMPY_VERSION	:= 1.10.4
+HOST_PYTHON_NUMPY_MD5		:= aed294de0aa1ac7bd3f9745f4f1968ad
+HOST_PYTHON_NUMPY		:= numpy-$(HOST_PYTHON_NUMPY_VERSION)
+HOST_PYTHON_NUMPY_SUFFIX	:= tar.gz
+HOST_PYTHON_NUMPY_URL		:= https://pypi.python.org/packages/source/n/numpy/$(HOST_PYTHON_NUMPY).$(HOST_PYTHON_NUMPY_SUFFIX)
+HOST_PYTHON_NUMPY_SOURCE	:= $(SRCDIR)/$(HOST_PYTHON_NUMPY).$(HOST_PYTHON_NUMPY_SUFFIX)
+HOST_PYTHON_NUMPY_DIR		:= $(HOST_BUILDDIR)/$(HOST_PYTHON_NUMPY)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON_NUMPY_CONF_TOOL	:= python
+
+# vim: syntax=make
-- 
2.7.0.rc3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2016-01-28 17:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-28 17:27 [ptxdist] [PATCH 1/6] python: install python2 symlink Lucas Stach
2016-01-28 17:27 ` [ptxdist] [PATCH 2/6] host-python-six: new package Lucas Stach
2016-01-28 17:27 ` Lucas Stach [this message]
2016-01-28 17:27 ` [ptxdist] [PATCH 4/6] python-mako: " Lucas Stach
2016-01-28 17:27 ` [ptxdist] [PATCH 5/6] waffle: " Lucas Stach
2016-02-01 14:39   ` Michael Olbrich
2016-01-28 17:27 ` [ptxdist] [PATCH 6/6] piglit: " Lucas Stach
2016-02-01 14:43   ` Michael Olbrich
2016-02-11 11:26 ` [ptxdist] [PATCH 1/6] python: install python2 symlink Michael Olbrich

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=1454002028-12486-3-git-send-email-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox