From df4cea891069a078a1c6d91bf65366cc52cb3bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Fri, 7 Sep 2018 07:50:45 +0200 Subject: [PATCH] new file: r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb Former-commit-id: ca9c97ce886c17d02841716a6d79a08d1bb9b50b --- r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb diff --git a/r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb b/r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb new file mode 100644 index 00000000..b2c8d455 --- /dev/null +++ b/r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb @@ -0,0 +1,29 @@ +# 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'] + +dependencies = [ + ('CMake', '3.11.4'), +] + +sanity_check_paths={ + 'files': [], + 'dirs': ['include', 'lib', 'share'], +} + +moduleclass = 'lang'