pyodide/packages/scipy/meta.yaml

25 lines
642 B
YAML
Raw Normal View History

2018-07-18 13:32:16 +00:00
package:
name: scipy
2018-10-05 13:26:21 +00:00
version: 0.17.1
2018-07-18 13:32:16 +00:00
source:
2018-10-05 13:26:21 +00:00
# We can't use the version from PyPi as it includes Cythonized files
# generated with an older Cython that does not support Python 3.7
# This requires,
# pip install Cython Tempita
# on the host for the build
url: https://github.com/scipy/scipy/archive/v0.17.1.tar.gz
sha256: bf22383d9e2526ffdc53a6c7d3d66dab45a86291ed35d8e281bd1a5d2c34187b
patches:
- patches/disable_modules_with_blas.patch
- patches/fix-build-gcc5-a80460.patch
2018-07-18 13:32:16 +00:00
build:
2018-10-05 13:26:21 +00:00
cflags: -I../../CLAPACK-WA/F2CLIBS/libf2c/ -Wno-implicit-function-declaration
2018-07-18 13:32:16 +00:00
cxxflags:
requirements:
run:
- numpy