From e8dbd13f896c2394715fdac6fb9c54747cdd6cbc Mon Sep 17 00:00:00 2001 From: MaxUlysse Date: Tue, 6 Oct 2020 13:24:13 +0200 Subject: [PATCH] add conda-forge::llvm-openmp=8.0.1 conda-forge::openmp=8.0.1 to try to solve the conda env faster --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 67dbbcf141..5f14d7e763 100644 --- a/environment.yml +++ b/environment.yml @@ -6,6 +6,8 @@ channels: - bioconda - defaults dependencies: + - conda-forge::llvm-openmp=8.0.1 + - conda-forge::openmp=8.0.1 - conda-forge::markdown=3.1.1 - conda-forge::pymdown-extensions=6.0 - conda-forge::pygments=2.5.2