From 76f6822972f7e2da302fa18eb8b27a111e1edc7d 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 07:08:51 +0200 Subject: [PATCH] new file: s/sparsehash/sparsehash-2.0.3-foss-2017a.eb Former-commit-id: 7837325a260b0b32e9e35634cabbd25d019064be --- s/sparsehash/sparsehash-2.0.3-foss-2017a.eb | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 s/sparsehash/sparsehash-2.0.3-foss-2017a.eb diff --git a/s/sparsehash/sparsehash-2.0.3-foss-2017a.eb b/s/sparsehash/sparsehash-2.0.3-foss-2017a.eb new file mode 100644 index 00000000..4eba3108 --- /dev/null +++ b/s/sparsehash/sparsehash-2.0.3-foss-2017a.eb @@ -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'