From 9dfff9a591ab6bce7f581cf9160c8d6853aab72a 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/vtkbone/meta.yaml b/conda-recipe/vtkbone/meta.yaml index 5e2bac6..eb6bc5b 100644 --- a/conda-recipe/vtkbone/meta.yaml +++ b/conda-recipe/vtkbone/meta.yaml @@ -20,7 +20,7 @@ requirements: - gtest - python {{ python }} - boost >=1.61 - - libnetcdf 4.7 + - libnetcdf =4.7.1 - pqctio - aimio - vtk =8.2 @@ -29,7 +29,7 @@ requirements: run: - python {{ python }} - boost >=1.61 - - libnetcdf 4.7 + - libnetcdf =4.7.1 - pqctio - aimio - vtk =8.2