easyconfigs-it4i/s/sparsehash/sparsehash-2.0.3-foss-2018a.eb
Lukáš Krupčík 1d173b2e23 modified: f/foss/foss-2018a.eb
new file:   g/gompi/gompi-2018a.eb
	new file:   s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb
	new file:   s/sparsehash/sparsehash-2.0.3-foss-2018a.eb
2018-03-12 14:10:58 +01:00

31 lines
785 B
Plaintext

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': '2018a'}
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'