From a494b12e8ca4d21f46f696eae5ecfbed15960698 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 31 Aug 2021 18:00:49 +0200
Subject: [PATCH] [bob-devel] update no pin list

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

diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml
index aa57a91e..550edb9b 100644
--- a/conda/beat-devel/meta.yaml
+++ b/conda/beat-devel/meta.yaml
@@ -1,5 +1,5 @@
 # The original copy of this list is in bob-devel recipe. Keep them synced please.
-{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
+{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libgfortran-ng', 'libcxx', 'libcxxabi', 'libgfortran'] %}
 package:
   name: beat-devel
   version: 2021.08.31
diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml
index b71754cd..b1a0a3f9 100644
--- a/conda/bob-devel/meta.yaml
+++ b/conda/bob-devel/meta.yaml
@@ -1,5 +1,5 @@
 # A copy of this list is in beat-devel and bob/bob as well. Keep them synced please.
-{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
+{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libgfortran-ng', 'libcxx', 'libcxxabi', 'libgfortran'] %}
 package:
   name: bob-devel
   # please update the version of beat-devel and update bob-devel's version
-- 
GitLab