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 32b9b7d93552b8e0006d3ec378082a98ef944a20..9b6187fa0f18150b8723d1f3a126ac16a55c4559 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'),