From 38443714498dcb5f058e76ad4d9999005605aabe Mon Sep 17 00:00:00 2001 From: Jens Henrik Goebbert <j.goebbert@fz-juelich.de> Date: Sat, 4 Feb 2023 15:11:10 +0100 Subject: [PATCH] initial commit --- .../s/spdlog/spdlog-1.11.0-GCCcore-11.3.0.eb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Golden_Repo/s/spdlog/spdlog-1.11.0-GCCcore-11.3.0.eb diff --git a/Golden_Repo/s/spdlog/spdlog-1.11.0-GCCcore-11.3.0.eb b/Golden_Repo/s/spdlog/spdlog-1.11.0-GCCcore-11.3.0.eb new file mode 100644 index 000000000..0b014356d --- /dev/null +++ b/Golden_Repo/s/spdlog/spdlog-1.11.0-GCCcore-11.3.0.eb @@ -0,0 +1,25 @@ +easyblock = 'CMakeMake' + +name = 'spdlog' +version = '1.11.0' + +homepage = "https://github.com/gabime/spdlog" +description = """Very fast, header-only/compiled, C++ logging library. +""" + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} +toolchainopts = {'pic': True} + +source_urls = ['https://github.com/gabime/spdlog/archive/'] +sources = ['v%(version)s.tar.gz'] +checksums = ['ca5cae8d6cac15dae0ec63b21d6ad3530070650f68076f3a4a862ca293a858bb'] + +builddependencies = [ + ('binutils', '2.38'), + ('CMake', '3.23.1'), +] + +sanity_check_paths = { + 'files': [], + 'dirs': [('include', 'lib64')] +} -- GitLab