From 6878f2f4d0ef7c9d47e14e31738e29c3b099114f Mon Sep 17 00:00:00 2001 From: Michael Knobloch <m.knobloch@fz-juelich.de> Date: Thu, 1 Dec 2022 10:50:48 +0100 Subject: [PATCH] Added fmt-9.1.0 @ GCCcore-11.3.0 for 2023 stage --- Golden_Repo/f/fmt/fmt-9.1.0-GCCcore-11.3.0.eb | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Golden_Repo/f/fmt/fmt-9.1.0-GCCcore-11.3.0.eb diff --git a/Golden_Repo/f/fmt/fmt-9.1.0-GCCcore-11.3.0.eb b/Golden_Repo/f/fmt/fmt-9.1.0-GCCcore-11.3.0.eb new file mode 100644 index 000000000..ee5eb6a8f --- /dev/null +++ b/Golden_Repo/f/fmt/fmt-9.1.0-GCCcore-11.3.0.eb @@ -0,0 +1,28 @@ +easyblock = 'CMakeMake' + +name = 'fmt' +version = '9.1.0' + +homepage = 'http://fmtlib.net/' +description = "fmt (formerly cppformat) is an open-source formatting library." + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} +toolchainopts = {'pic': True} + +source_urls = ['https://github.com/fmtlib/fmt/releases/download/%(version)s/'] +sources = ['fmt-%(version)s.zip'] +checksums = ['cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996'] + +builddependencies = [ + ('CMake', '3.23.1'), + ('binutils', '2.38') +] + +separate_build_dir = True + +sanity_check_paths = { + 'files': ['lib/libfmt.a'], + 'dirs': ['include/fmt', 'lib/cmake'], +} + +moduleclass = 'lib' -- GitLab