Skip to content
Snippets Groups Projects
Commit cc05d4f2 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'mk-GOTCHA-1.0.3-GCCcore-11.3.0' into '2023'

Added GOTCHA 1.0.3 for the GCCcore 11.3.0 toolchain

See merge request software-team/easybuild!1677
parents cee8d4d5 a9f5b4d2
No related branches found
No related tags found
No related merge requests found
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment