Skip to content

Commit eddd87e

Browse files
committed
added toml11 dependency in spack files
1 parent 15ca4d1 commit eddd87e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

spack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ spack:
1111
- mochi-flock
1212
- nlohmann-json
1313
- nlohmann-json-schema-validator
14+
- toml11
1415
- spdlog
1516
- tclap
1617
- mercury
@@ -34,6 +35,8 @@ spack:
3435
require: "@0.12.0:"
3536
mochi-flock:
3637
require: "@0.3.0:"
38+
toml11:
39+
require: "@4.0.0:"
3740
py-attrs:
3841
require: "@22.2.0:"
3942
nlohmann-json-schema-validator:

tests/spack.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spack:
1717
- mochi-flock
1818
- nlohmann-json
1919
- nlohmann-json-schema-validator
20+
- toml11
2021
- spdlog
2122
- fmt
2223
- tclap
@@ -44,6 +45,8 @@ spack:
4445
require: "@0.12.0:"
4546
mochi-flock:
4647
require: "@0.3.0:"
48+
toml11:
49+
require: "@4.0.0:"
4750
py-attrs:
4851
require: "@22.2.0:"
4952
nlohmann-json-schema-validator:

0 commit comments

Comments
 (0)