mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: s/sparsehash/sparsehash-2.0.3-foss-2017a.eb
Former-commit-id: 7837325a260b0b32e9e35634cabbd25d019064be
This commit is contained in:
parent
ccaae6e246
commit
76f6822972
30
s/sparsehash/sparsehash-2.0.3-foss-2017a.eb
Normal file
30
s/sparsehash/sparsehash-2.0.3-foss-2017a.eb
Normal file
@ -0,0 +1,30 @@
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'sparsehash'
|
||||
version = '2.0.3'
|
||||
|
||||
homepage = 'https://github.com/sparsehash/sparsehash'
|
||||
|
||||
description = """
|
||||
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
|
||||
The SparseHash library contains several hash-map implementations, including
|
||||
implementations that optimize for space or speed.
|
||||
"""
|
||||
|
||||
toolchain = {'name': 'foss', 'version': '2017a'}
|
||||
toolchainopts = {'pic': True}
|
||||
|
||||
source_urls = ['https://github.com/sparsehash/sparsehash/archive']
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
checksums = ['05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c']
|
||||
|
||||
builddependencies = [
|
||||
('binutils', '2.28', '', True),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['include/google/type_traits.h'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'devel'
|
Loading…
x
Reference in New Issue
Block a user