Skip to content

Commit

Permalink
Add sparsehash-c11
Browse files Browse the repository at this point in the history
  • Loading branch information
uchenily authored and jpakkane committed Sep 8, 2023
1 parent 5438c36 commit 1482ed2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2541,6 +2541,14 @@
"4.6.1-1"
]
},
"sparsehash-c11": {
"dependency_names": [
"sparsehash-c11"
],
"versions": [
"2.11.1-1"
]
},
"spdlog": {
"dependency_names": [
"spdlog"
Expand Down
12 changes: 12 additions & 0 deletions subprojects/packagefiles/sparsehash-c11/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
project(
'sparsehash-c11',
'cpp',
version : '2.11.1',
license : 'bsd'
)

sparsehash_c11_include = include_directories('.')

sparsehash_c11_dep = declare_dependency(
include_directories : sparsehash_c11_include
)
9 changes: 9 additions & 0 deletions subprojects/sparsehash-c11.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = sparsehash-c11-2.11.1
source_url = https://github.com/sparsehash/sparsehash-c11/archive/refs/tags/v2.11.1.tar.gz
source_filename = sparsehash-c11-2.11.1.tar.gz
source_hash = d4a43cad1e27646ff0ef3a8ce3e18540dbcb1fdec6cc1d1cb9b5095a9ca2a755
patch_directory = sparsehash-c11

[provide]
sparsehash-c11 = sparsehash_c11_dep

0 comments on commit 1482ed2

Please sign in to comment.