Skip to content

Commit

Permalink
Merge pull request easybuilders#19191 from sassy-crick/20231111005403…
Browse files Browse the repository at this point in the history
…_new_pr_json-fortran830

{lib}[GCCcore/12.2.0] json-fortran v8.3.0
  • Loading branch information
smoors authored Nov 14, 2023
2 parents ac852dc + 39304f2 commit 7c67f9d
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# J. Sassmannshausen (Imperial College London/UK)

easyblock = 'CMakeMake'

name = 'json-fortran'
version = '8.3.0'

homepage = 'https://github.com/jacobwilliams/json-fortran'
description = "JSON-Fortran: A Modern Fortran JSON API"

toolchain = {'name': 'GCCcore', 'version': '12.2.0'}

source_urls = ['https://github.com/jacobwilliams/json-fortran/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['5fe9ad709a726416cec986886503e0526419742e288c4e43f63c1c22026d1e8a']

builddependencies = [
('binutils', '2.39'),
('CMake', '3.24.3'),
]

configopts = '-DUSE_GNU_INSTALL_CONVENTION=TRUE'

runtest = 'check'

sanity_check_paths = {
'files': ['lib/libjsonfortran.a', 'lib/libjsonfortran.%s' % SHLIB_EXT],
'dirs': ['include'],
}

moduleclass = 'lib'

0 comments on commit 7c67f9d

Please sign in to comment.