From 5fd9424e48928ce708d403e2cac4563a586aed4d Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 20 Oct 2021 15:43:08 +0200
Subject: [PATCH] Revert "Revert "[conda_build_config] Only install mkl on
 intel processors""

This reverts commit f78bc4adc81f53a2e253b242432eb55a912b5880.
---
 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 bae9bad0..b30febab 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -398,7 +398,7 @@ make:
 matplotlib:
   - 3.4.3
 mkl:
-  - 2020.4
+  - 2020.4  # [x86 or x86_64]
 ncurses:
   - 6.2
 nose:
-- 
GitLab