Add redis-4.0.11-GCC-6.3.0-2.27.eb

Former-commit-id: 3a5057a2c09a89e4fc0bfa4cc0fd77837f510e08
This commit is contained in:
mgolas 2018-09-05 13:01:59 +02:00
parent ccaae6e246
commit 106037601e

View File

@ -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 <fotis@cern.ch>
# 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'