Skip to content
Snippets Groups Projects
Commit 0d85aae5 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch 'jsoncpp' into '2022'

JsonCpp (enhancement)

See merge request hps-public/easybuild-repository!1027
parents af5a58cb 6d0926bb
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,23 @@ sources = ['%(version)s.tar.gz']
checksums = ['e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999']
builddependencies = [
('Python', '3.9.6'),
('CMake', '3.21.1'),
('Ninja', '1.10.2'),
('pkg-config', '0.29.2'),
('binutils', '2.37'),
]
# generate source for non-library solution
postinstallcmds = [
(
'pushd %(builddir)s/%(namelower)s-%(version)s/ && '
'python amalgamate.py && '
'cp -a dist %(installdir)s/dist && '
'popd'
),
]
sanity_check_paths = {
'files': ['include/json/json.h', 'lib/libjsoncpp.so'],
'dirs': [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment