blob: c91d77c81b47763b1ca2aa7425ac50fc5effd9aa [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A sophisticated Numeric Processing Package for Python"
2SECTION = "devel/python"
3LICENSE = "PSF & LLNL"
4LIC_FILES_CHKSUM = "file://Legal.htm;md5=e3ce75dedd4043918d15979ae43e312e"
5
6PR = "ml3"
7
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
9 file://0001-it-tries-to-define-this-function-differently-than-it.patch \
10"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011S = "${WORKDIR}/Numeric-${PV}"
12
13inherit distutils
14
15SRC_URI[md5sum] = "2ae672656e06716a149acb048cca3093"
16SRC_URI[sha256sum] = "5f72e729eb6ff57442f2a38bfc9931738b59e5077928e2e70d22b4610ff15258"