mirror of https://github.com/pyodide/pyodide.git
28 lines
744 B
YAML
28 lines
744 B
YAML
package:
|
|
name: numpy
|
|
version: 1.15.1
|
|
|
|
source:
|
|
url: https://files.pythonhosted.org/packages/65/ab/4dfcc20234fae12ee40c714b98077d6e3a10652496bd1488fa4828529b22/numpy-1.15.1.zip
|
|
sha256: 7b9e37f194f8bcdca8e9e6af92e2cbad79e360542effc2dd6b98d63955d8d8a3
|
|
|
|
patches:
|
|
- patches/add-emscripten-cpu.patch
|
|
- patches/disable-maybe-uninitialized.patch
|
|
- patches/dont-include-execinfo.patch
|
|
- patches/fix-longdouble.patch
|
|
- patches/fix-static-init-of-nditer-pywrap.patch
|
|
- patches/force_malloc.patch
|
|
- patches/init-alloc-cache.patch
|
|
- patches/use-local-blas-lapack.patch
|
|
- patches/fix-install-with-skip-build.patch
|
|
|
|
build:
|
|
skip_host: False
|
|
cflags: -include math.h -I../../config
|
|
|
|
|
|
test:
|
|
imports:
|
|
- numpy
|