From 106037601e4fd974f0446ff82005393fad30198b Mon Sep 17 00:00:00 2001 From: mgolas Date: Wed, 5 Sep 2018 13:01:59 +0200 Subject: [PATCH 1/2] Add redis-4.0.11-GCC-6.3.0-2.27.eb Former-commit-id: 3a5057a2c09a89e4fc0bfa4cc0fd77837f510e08 --- r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb diff --git a/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb b/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb new file mode 100644 index 00000000..b07ee938 --- /dev/null +++ b/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb @@ -0,0 +1,35 @@ +## +# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild +# +# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA +# Authors:: Fotis Georgatos +# License:: MIT/GPL +# $Id$ +# +# This work implements a part of the HPCBIOS project and is a component of the policy: +# http://hpcbios.readthedocs.org/en/latest/ +## + +easyblock = 'MakeCp' + +name = 'redis' +version = '4.0.11' + +homepage = 'https://redis.io' +description = 'Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.' + +toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'} + +source_urls = ['https://github.com/antirez/redis/archive/'] +sources = ['%s.tar.gz' % version] + +files_to_copy = [ + (['src/redis-benchmark','src/redis-cli','src/redis-sentinel','src/redis-server'], 'bin') +] + +sanity_check_paths = { + 'files': ['bin/redis-benchmark','bin/redis-cli','bin/redis-sentinel','bin/redis-server'], + 'dirs': [] +} + +moduleclass = 'data' From 42d7f79d708d67b63a9f2c6655917973c8254aca 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 08:52:32 +0200 Subject: [PATCH 2/2] Update redis-4.0.11-GCC-6.3.0-2.27.eb Former-commit-id: f255b3b93bd3e07e72be9974d755f962022f309b --- r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb b/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb index b07ee938..5a7ecd5e 100644 --- a/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb +++ b/r/redis/redis-4.0.11-GCC-6.3.0-2.27.eb @@ -1,14 +1,4 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/ -## +# IT4Innovations 2018 easyblock = 'MakeCp'