mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
34 lines
473 B
YAML
34 lines
473 B
YAML
|
|
{% set version = "dev" %}
|
|
|
|
package:
|
|
name: netcdf-c
|
|
version: {{ version }}
|
|
|
|
source:
|
|
path: ../
|
|
|
|
build:
|
|
features:
|
|
- vc9 # [win and py27]
|
|
- vc14 # [win and py>=35]
|
|
|
|
requirements:
|
|
build:
|
|
- python # Here only to activate the `vc`s.
|
|
- msinttypes
|
|
- curl
|
|
- zlib 1.2.*
|
|
- hdf4
|
|
- hdf5 1.8.20
|
|
- vc 15 # [win and py>=35]
|
|
run:
|
|
- curl
|
|
- zlib 1.2.*
|
|
- hdf4
|
|
- hdf5 1.8.20
|
|
- vc 15 # [win and py>=35]
|
|
|
|
test:
|
|
commands:
|