pyodide/packages/netcdf4/meta.yaml

33 lines
797 B
YAML
Raw Normal View History

2023-06-26 12:20:53 +00:00
package:
name: netcdf4
2023-09-02 09:53:56 +00:00
version: 1.6.4
2023-06-26 12:20:53 +00:00
top-level:
- netCDF4
source:
2023-09-02 09:53:56 +00:00
url: https://files.pythonhosted.org/packages/8f/39/f8c4b2f3a4d78164e9850bb0924e1fd490e0bf8a8366b9b42cd295d7bbee/netCDF4-1.6.4.tar.gz
sha256: 66da6542cbc7a6045cd1d979397dfd5a3f6c880c76d52b8f98bb108c82ee8c6e
2023-06-26 12:20:53 +00:00
requirements:
host:
- libhdf5
- libnetcdf
run:
- numpy
- packaging
- h5py
- cftime
2023-09-02 09:53:56 +00:00
- certifi
2023-06-26 12:20:53 +00:00
test:
imports:
- netCDF4
build:
vendor-sharedlib: true
script: |
export PATH=${WASM_LIBRARY_DIR}/bin:${PATH}
export HDF5_DIR=${WASM_LIBRARY_DIR}
echo ${HDF5_DIR}
about:
2023-09-02 09:53:56 +00:00
home: https://github.com/Unidata/netcdf4-python
2023-06-26 12:20:53 +00:00
PyPI: https://pypi.org/project/netcdf4
summary: Provides an object-oriented python interface to the netCDF version 4 library
license: MIT