summaryrefslogtreecommitdiff
path: root/packages/python/python-numeric_23.7.bb
blob: bd6934d7118a0e28960f3f4220bcd9ee41e33ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
PR = "ml0"

SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
           file://no-lapack.patch;patch=1"
S = "${WORKDIR}/Numeric-${PV}"

inherit distutils

do_stage() {
	cp -pPR Include/Numeric ${STAGING_INCDIR}
}

on?id=aabd47e46a31b526ee880dfd22a1a1f2831ab355'>skeleton: clarify linux-yocto-custom workflowBruce Ashfield1 2014-05-06linux-yocto-custom: provide defconfig guidanceBruce Ashfield1 2014-03-27meta-skeleton: Add name attribute to SRC_URIJukka Rissanen1 2014-03-17linux-yocto-custom: Use SRCREV_machineDarren Hart1 2014-02-20recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2)Matthieu Crapet1 2014-02-02meta-skeleton: rename busybox's bbappend fileChen Qi1 2014-01-02Update after toplevel LICENSE file checksum changeRichard Purdie1 2014-01-02Fix license notices for OE-CorePaul Eggleton1 2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton1 2013-12-14useradd-example: add example for setting clear text passwordChen Qi1 2013-08-20hello-mod: Add comment for kernel module package namingYang Shi1 2013-08-20Revert "hello-mod: Ensure the produced package name begins with kernel-module-"Yang Shi1 2013-08-14meta-skeleton: layer.conf Should also have .bbappend in exampleSaul Wold1 2013-08-13meta-skeleton: Add busybox config fragment exampleSaul Wold2 2013-04-13hello-mod: Ensure the produced package name begins with kernel-module-Mark Hatle1 2013-04-10meta-*/conf/layer.conf: tweak BBFILES commentPaul Eggleton1 2013-03-20core-image-multilib-example: Location of core-image-sato.bb changedMark Hatle1 2013-03-19layer.conf: avoid unnecessary early expansion with :=Christopher Larson1 2013-03-18layer.conf: Add LAYERVERSION and LAYERDEPENDSwenzong.fan@windriver.com1 2013-02-25meta-skeleton: Add example multilib usagesRichard Purdie3 2012-10-03linux-yocto-custom: Clarify defconfig usageDarren Hart1 2012-08-07linux-yocto-custom: Clarify usage and clear COMPATIBLE_MACHINEDarren Hart1 2012-08-06useradd-example: use ${datadir} instead of /usr/share for packagingJavier Martinez Canillas1 2012-07-03linux-yocto-custom: Remove linux-toolsDarren Hart1 2012-06-18meta-skeleton: add linux-yocto-custom reference recipeBruce Ashfield4 2012-04-10hello-mod: Move hello-mod from meta to meta-skeletonDarren Hart4 2011-11-10useradd-example.bb: update example documentation commentsScott Garman1 2011-07-01useradd-example: example recipe for using inherit useraddScott Garman5 2011-05-18Add a skeleton for init scriptsRobert Yang4 2011-05-18Add the layer meta-skeletonRobert Yang1