Skip to content

Commit d79bbd0

Browse files
committed
Add git to all repos and fix indentation.
1 parent 10db10f commit d79bbd0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

numa_streams/numa_streams.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"amzn": [
4+
"git",
45
"gcc",
56
"bc",
67
"zip",
@@ -14,6 +15,7 @@
1415
"libomp"
1516
],
1617
"rhel": [
18+
"git",
1719
"gcc",
1820
"bc",
1921
"perf",
@@ -28,6 +30,7 @@
2830
"libomp"
2931
],
3032
"sles": [
33+
"git",
3134
"gcc",
3235
"make",
3336
"bc",
@@ -39,11 +42,12 @@
3942
"numactl"
4043
],
4144
"ubuntu": [
45+
"git",
4246
"bc",
4347
"zip",
4448
"unzip",
4549
"numactl",
46-
"libnuma-dev",
50+
"libnuma-dev",
4751
"g++",
4852
"autoconf",
4953
"hwloc",

0 commit comments

Comments
 (0)