From d14d4f30d9a1e7f7fff6594a9a0ab555422607f0 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 31 Aug 2021 16:45:04 +0200
Subject: [PATCH] [bob-devel] bump and add compiler packages

---
 conda/beat-devel/meta.yaml | 4 ++--
 conda/bob-devel/meta.yaml  | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml
index e44a0d71..aa57a91e 100644
--- a/conda/beat-devel/meta.yaml
+++ b/conda/beat-devel/meta.yaml
@@ -2,7 +2,7 @@
 {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
 package:
   name: beat-devel
-  version: 2021.07.14
+  version: 2021.08.31
 
 build:
   # the build number must be zero all the time.
@@ -14,7 +14,7 @@ build:
 
 requirements:
   host:
-    - bob-devel 2021.07.14
+    - bob-devel 2021.08.31
     - python {{ python }}
     # the dependencies are pinned in bob-devel
     - docker-py
diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml
index 3088db56..b71754cd 100644
--- a/conda/bob-devel/meta.yaml
+++ b/conda/bob-devel/meta.yaml
@@ -6,7 +6,7 @@ package:
   # there as well in the same merge request.
   # Then open an MR in bob/bob.devtools to put these new versions of bob-devel and
   # beat-devel in `bob/devtools/data/conda_build_config.yaml`
-  version: 2021.07.14
+  version: 2021.08.31
 
 build:
   # the build number must be zero all the time.
@@ -19,6 +19,8 @@ build:
 requirements:
   host:
     - python {{ python }}
+    - {{ compiler('c') }}
+    - {{ compiler('cxx') }}
 
     # Dependency list of bob and beat packages. Everything is pinned to allow
     # for better reproducibility.
-- 
GitLab