From 8d2e9bae4fd249b7721a163efd523ca81a58eb7c Mon Sep 17 00:00:00 2001 From: Bryce Besler Date: Thu, 12 Dec 2019 17:08:54 -0700 Subject: [PATCH] Update libnetcdf version in meta.yaml --- conda-recipe/vtkbone/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conda-recipe/vtkbone/meta.yaml b/conda-recipe/vtkbone/meta.yaml index 5e2bac6..cc1e05c 100644 --- a/conda-recipe/vtkbone/meta.yaml +++ b/conda-recipe/vtkbone/meta.yaml @@ -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 @@ -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