Skip to content

Commit

Permalink
Update libnetcdf version in meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Besler committed Dec 13, 2019
1 parent bc2037e commit 8d2e9ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda-recipe/vtkbone/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ requirements:
- gtest
- python {{ python }}
- boost >=1.61
- libnetcdf 4.7
- libnetcdf 4.4.1 # [not win]
- libnetcdf 4.3.3.1 # [win]
- pqctio
- aimio
- vtk =8.2
Expand All @@ -29,7 +30,8 @@ requirements:
run:
- python {{ python }}
- boost >=1.61
- libnetcdf 4.7
- libnetcdf 4.4.1 # [not win]
- libnetcdf 4.3.3.1 # [win]
- pqctio
- aimio
- vtk =8.2
Expand Down

0 comments on commit 8d2e9ba

Please sign in to comment.