From 9f112210a7fa68e91673e0e57a484dbd3424ce6e Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Wed, 14 Aug 2019 09:34:59 +0200 Subject: [PATCH] Fixes in conda package build --- utilities/conda/walberla/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/conda/walberla/meta.yaml b/utilities/conda/walberla/meta.yaml index 869f57821..2148479bb 100644 --- a/utilities/conda/walberla/meta.yaml +++ b/utilities/conda/walberla/meta.yaml @@ -15,13 +15,13 @@ requirements: host: - python - boost - - mpich2 [linux] + - mpich [linux] - openmesh run: - python - boost - numpy - - mpich2 [linux] + - mpich [linux] - openmesh source: path: ../../.. -- GitLab