From d64e1302ce7edc43545128e88c7b957306f3b18a Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 20 Apr 2022 09:16:16 +0200
Subject: [PATCH] [conda_build_config] MKL versions for linux and osx slightly
 differ

---
 bob/devtools/data/conda_build_config.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 552d2859..ca99d2c7 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -402,7 +402,8 @@ make:
 matplotlib:
   - 3.5.1
 mkl:  # [x86 or x86_64]
-  - 2022.0.1  # [x86 or x86_64]
+  - 2022.0.1  # [linux and (x86 or x86_64)]
+  - 2022.0.0  # [osx and (x86 or x86_64)]
 ncurses:
   - 6.3
 nose:
-- 
GitLab