Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
- msvc_fixes.diff

build:
number: 0
number: 1
skip: true # [win32 or (win and py2k) and py36]
features:
- vc14 # [win and py>=35]
Expand All @@ -27,9 +27,9 @@ requirements:
- python # [win]
- toolchain
- cmake
- hdf5 1.8.17|1.8.17.*
- hdf5 1.8.18|1.8.18.*
run:
- hdf5 1.8.17|1.8.17.*
- hdf5 1.8.18|1.8.18.*

test:
commands:
Expand Down