Skip to content

Commit

Permalink
adding easyconfigs: spdlog-1.12.0-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPinches committed Jan 11, 2024
1 parent f445aca commit f8b880b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/s/spdlog/spdlog-1.12.0-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'CMakeMake'

name = 'spdlog'
version = '1.12.0'

homepage = 'https://github.com/gabime/spdlog'
description = 'Very fast, header-only/compiled, C++ logging library.'
toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://github.com/gabime/spdlog/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']
checksums = ['4dccf2d10f410c1e2feaff89966bfc49a1abb29ef6f08246335b110e001e09a9']

builddependencies = [
('binutils', '2.40'),
('CMake', '3.27.6'),
]

sanity_check_paths = {
'files': ['include/spdlog/spdlog.h'],
'dirs': ['lib64/cmake', 'lib64/pkgconfig'],
}

moduleclass = 'lib'

0 comments on commit f8b880b

Please sign in to comment.