From 7e9350fc0cd9f3b47c1ab8b2547df6d2bf5e6ea4 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Fri, 26 Nov 2021 15:35:43 +0100
Subject: [PATCH] Boost is gcccore

---
 ...ost-1.77.0-GCC-11.2.0.eb => Boost-1.77.0-GCCcore-11.2.0.eb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename Golden_Repo/b/Boost/{Boost-1.77.0-GCC-11.2.0.eb => Boost-1.77.0-GCCcore-11.2.0.eb} (90%)

diff --git a/Golden_Repo/b/Boost/Boost-1.77.0-GCC-11.2.0.eb b/Golden_Repo/b/Boost/Boost-1.77.0-GCCcore-11.2.0.eb
similarity index 90%
rename from Golden_Repo/b/Boost/Boost-1.77.0-GCC-11.2.0.eb
rename to Golden_Repo/b/Boost/Boost-1.77.0-GCCcore-11.2.0.eb
index 32b9b7d93..9b6187fa0 100644
--- a/Golden_Repo/b/Boost/Boost-1.77.0-GCC-11.2.0.eb
+++ b/Golden_Repo/b/Boost/Boost-1.77.0-GCCcore-11.2.0.eb
@@ -7,7 +7,7 @@ version = '1.77.0'
 homepage = 'https://www.boost.org/'
 description = """Boost provides free peer-reviewed portable C++ source libraries."""
 
-toolchain = {'name': 'GCC', 'version': '11.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
 toolchainopts = {'pic': True}
 
 source_urls = [
@@ -16,6 +16,7 @@ sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
 checksums = ['5347464af5b14ac54bb945dc68f1dd7c56f0dad7262816b956138fc53bcc0131']
 
 dependencies = [
+    ('binutils', '2.37'),
     ('bzip2', '1.0.8'),
     ('zlib', '1.2.11'),
     ('XZ', '5.2.5'),
-- 
GitLab