From a9f5b4d2190d1a772c7b3e8e287879f8df76f2bd Mon Sep 17 00:00:00 2001 From: Michael Knobloch <m.knobloch@fz-juelich.de> Date: Fri, 27 Jan 2023 12:29:18 +0100 Subject: [PATCH] Added GOTCHA 1.0.3 for the GCCcore 11.3.0 toolchain --- .../g/GOTCHA/GOTCHA-1.0.3-GCCcore-11.3.0.eb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Golden_Repo/g/GOTCHA/GOTCHA-1.0.3-GCCcore-11.3.0.eb diff --git a/Golden_Repo/g/GOTCHA/GOTCHA-1.0.3-GCCcore-11.3.0.eb b/Golden_Repo/g/GOTCHA/GOTCHA-1.0.3-GCCcore-11.3.0.eb new file mode 100644 index 000000000..042b43b71 --- /dev/null +++ b/Golden_Repo/g/GOTCHA/GOTCHA-1.0.3-GCCcore-11.3.0.eb @@ -0,0 +1,25 @@ +easyblock = 'CMakeMake' + +name = 'GOTCHA' +version = '1.0.3' + +homepage = 'https://github.com/LLNL/GOTCHA' +description = "Gotcha is a library that wraps functions." + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +source_urls = ['https://github.com/LLNL/%(name)s/archive/refs/tags/'] +sources = ['v%(version)s.tar.gz'] +checksums = ['71c6400c6c7ef7de20c5f42fbb3d6713679992d7ebca7dcf2024bc8aa3a03181'] + +builddependencies = [ + ('binutils', '2.38'), + ('CMake', '3.23.1'), +] + +sanity_check_paths = { + 'files': ['lib64/libgotcha.%s' % SHLIB_EXT], + 'dirs': ['include/%(namelower)s'], +} + +moduleclass = 'lib' -- GitLab