mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/binutils/binutils-2.31.1-GCCcore-8.2.0.eb new file: c/CMake/CMake-3.13.1.eb new file: e/ed/ed-1.9.eb modified: f/flex/flex-2.6.4.eb new file: g/GCC/GCC-7.3.0-2.30.eb modified: g/GCCcore/GCCcore-6.3.0.eb new file: g/GCCcore/GCCcore-8.2.0.eb new file: g/GMP/GMP-6.0.0a.eb new file: l/libtool/libtool-2.4.6.eb new file: l/libzip/libzip-1.2.0.eb modified: r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb modified: s/Szip/Szip-2.1.eb
30 lines
723 B
Plaintext
30 lines
723 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'RapidJSON'
|
|
version = '1.1.0'
|
|
|
|
homepage = "http://rapidjson.org/"
|
|
description = """A fast JSON parser/generator for C++ with both SAX/DOM style API
|
|
Tencent is pleased to support the open source community by making RapidJSON available.
|
|
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/Tencent/rapidjson/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.13.1'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['include', 'lib', 'share'],
|
|
}
|
|
|
|
moduleclass = 'lang'
|