generated from mochi-hpc/thallium-microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
spack.yaml
62 lines (62 loc) · 1.05 KB
/
spack.yaml
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
55
56
57
58
59
60
61
62
spack:
specs:
- cmake
- pkg-config
- uuid
- mochi-thallium
- nlohmann-json
- nlohmann-json-schema-validator
- spdlog
- fmt
- mochi-bedrock
- mochi-warabi
- mochi-yokan
- mochi-flock
- py-pybind11
- py-mochi-margo
- py-configspace
- librdkafka
- kafka
- catch2
concretizer:
unify: true
reuse: true
modules:
prefix_inspections:
lib: [LD_LIBRARY_PATH]
lib64: [LD_LIBRARY_PATH]
packages:
catch2:
require: "@3.6.0:"
argobots:
require: "@1.2:"
mochi-margo:
require:
- "@0.18.3:"
mochi-yokan:
require:
- "@0.7.0:"
- "+bedrock"
- "+space"
mochi-warabi:
require:
- "@0.6.0:"
- "+bedrock"
- "+space"
mochi-bedrock:
require:
- "@0.15.0:"
- "+python"
- "+mpi"
- "+flock"
- "+space"
mochi-flock:
require:
- "@0.5.0:"
- "+bedrock"
- "+python"
- "+mpi"
nlohmann-json-schema-validator:
require: "@2.3.0:"
py-configspace:
require: "@1.1.4:"