From 41a241067d956b28f27b63ed803cae59c47a5bb7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 22 Oct 2021 08:25:27 +0200 Subject: [PATCH] [conda_build_config] Only install mkl on intel processors (avoid definition of mkl variable) --- bob/devtools/data/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index b30febab..03e19271 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -397,7 +397,7 @@ make: - 4.3 matplotlib: - 3.4.3 -mkl: +mkl: # [x86 or x86_64] - 2020.4 # [x86 or x86_64] ncurses: - 6.2 -- GitLab