pyodide/packages/h5py/meta.yaml

26 lines
499 B
YAML
Raw Normal View History

package:
name: h5py
version: 3.7.0
source:
url: https://files.pythonhosted.org/packages/c5/40/7cf58e6230f0e76699f011c6d293dd47755997709a303a4e644823f3a753/h5py-3.7.0.tar.gz
sha256: 3fcf37884383c5da64846ab510190720027dca0768def34dd8dcb659dbe5cbf3
patches:
- patches/configure.patch
requirements:
run:
- numpy
- libhdf5
- pkgconfig
test:
imports:
- h5py
build:
script: |
export HDF5_MPI=OFF
export H5PY_SETUP_REQUIRES="0"
2022-06-10 15:13:36 +00:00
export HDF5_VERSION=1.12.1