Skip to content

Commit

Permalink
Merge pull request #21151 from jessie828/20240808104931_new_pr_fmt1021
Browse files Browse the repository at this point in the history
{lib}[GCCcore/13.2.0] fmt v10.2.1
  • Loading branch information
jfgrimm authored Aug 8, 2024
2 parents 7a638c6 + 42d28fe commit 28ef191
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/f/fmt/fmt-10.2.1-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'CMakeMake'

name = 'fmt'
version = '10.2.1'

homepage = 'http://fmtlib.net/'
description = "fmt (formerly cppformat) is an open-source formatting library."

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
toolchainopts = {'pic': True}

source_urls = ['https://github.com/fmtlib/fmt/releases/download/%(version)s/']
sources = ['fmt-%(version)s.zip']
checksums = ['312151a2d13c8327f5c9c586ac6cf7cddc1658e8f53edae0ec56509c8fa516c9']


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

sanity_check_paths = {
'files': ['lib/libfmt.a'],
'dirs': ['include/fmt', 'lib/cmake'],
}

moduleclass = 'lib'

0 comments on commit 28ef191

Please sign in to comment.