-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpm.dependencies
54 lines (54 loc) · 1.31 KB
/
cpm.dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"format_version": "1",
"packages": [
{
"name": "fmt",
"version": "11.0.2.1",
"github_repository": "fmtlib/fmt",
"git_tag": "cc2ba8f9ede4e5ae3262f43f3e4d07a22a9acdfc"
},
{
"name": "cereal",
"version": "1.3.2",
"github_repository": "USCiLab/cereal",
"options": [
"BUILD_DOC OFF",
"BUILD_SANDBOX OFF",
"SKIP_PERFORMANCE_COMPARISON ON"
]
},
{
"name": "fmindex-collection",
"version": "0.4.3",
"github_repository": "SGSSGene/fmindex-collection"
},
{
"name": "clice",
"version": "1.0.1",
"github_repository": "SGSSGene/clice"
},
{
"name": "ivio",
"version": "0.4.3",
"github_repository": "iv-project/IVio"
},
{
"name": "ivsigma",
"version": "0.3.1",
"github_repository": "iv-project/IVSigma"
},
{
"name": "xxHash",
"version": "0.8.3",
"github_repository": "Cyan4973/xxHash",
"download_only": true,
"cmake_commands": [
"add_library(xxhash ${CPM_CURRENT_SOURCE_DIR}/xxhash.c ${CPM_CURRENT_SOURCE_DIR}/xxh_x86dispatch.c)",
"target_include_directories(xxhash SYSTEM INTERFACE $<BUILD_INTERFACE:${CPM_CURRENT_SOURCE_DIR}>)"
],
"git_tag_ignore": [
"r[0-9]*"
]
}
]
}