From f160788926f882b2f6af5bb479999b307a1a6229 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 19 Oct 2021 21:07:21 +0200
Subject: [PATCH] [conda_build_config] Only install mkl on intel processors

---
 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 ed396c48..fbd5485f 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -388,7 +388,7 @@ make:
 matplotlib:
   - 3.4.3
 mkl:
-  - 2020.4
+  - 2020.4  # [x86 or x86_64]
 ncurses:
   - 6.2
 nose:
-- 
GitLab