Skip to content

Commit

Permalink
adding easyconfigs: fmt-10.2.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 a092fd1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/f/fmt/fmt-10.2.0-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'CMakeMake'

name = 'fmt'
version = '10.2.0'

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 = ['8a942861a94f8461a280f823041cde8f620a6d8b0e0aacc98c15bb5a9dd92399']

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 a092fd1

Please sign in to comment.