Merge branch 'it4i-salomon'

Former-commit-id: defc10500c6ca4deeef03728713dd5da0bd67bb3
This commit is contained in:
Lukáš Krupčík 2018-09-07 11:17:07 +02:00
commit 4e62a25ddc

View File

@ -0,0 +1,29 @@
# IT4Innovations 2018
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'