Skip to content

Commit

Permalink
adding easyconfigs: libfdf-0.5.0-GCC-11.3.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkole committed Nov 15, 2023
1 parent 7c67f9d commit a64b19e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/l/libfdf/libfdf-0.5.0-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'CMakeMake'

name = 'libfdf'
version = '0.5.0'

homepage = 'https://gitlab.com/siesta-project/libraries/libfdf'
description = """LibFDF is the official implementation of the FDF specifications for use in client codes."""

toolchain = {'name': 'GCC', 'version': '11.3.0'}

source_urls = ['https://gitlab.com/siesta-project/libraries/libfdf/-/archive/%(version)s']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['a8ac07a0d27ec9a96ee0691221cee8a18b5c60aaa001fcdc6858a9bfa0782f5f']

builddependencies = [
('CMake', '3.23.1'),
]

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

runtest = 'test'

moduleclass = 'data'

0 comments on commit a64b19e

Please sign in to comment.