Skip to content

Commit b985760

Browse files
authored
cpuinfo@3c8b1533ac03dd6531ab6e7b9245d488f13a82a5 (#2065)
Add cpuinfo@3c8b1533ac03dd6531ab6e7b9245d488f13a82a5
1 parent 3af85a2 commit b985760

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module(
2+
name = "cpuinfo",
3+
version = "0.0.0-20240417-3c8b153",
4+
compatibility_level = 1,
5+
)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -1 +1,5 @@
4+
-module(name = "cpuinfo")
5+
+module(
6+
+ name = "cpuinfo",
7+
+ version = "0.0.0-20240417-3c8b153",
8+
+ compatibility_level = 1,
9+
+)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
- 6.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@cpuinfo//...'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/pytorch/cpuinfo/archive/3c8b1533ac03dd6531ab6e7b9245d488f13a82a5.tar.gz",
3+
"integrity": "sha256-h/x5Ry6zC3NMvnAN/j7cC9uWwz485E5IqzJ7vYeD8H8=",
4+
"strip_prefix": "cpuinfo-3c8b1533ac03dd6531ab6e7b9245d488f13a82a5",
5+
"patch_strip": 0,
6+
"patches": {
7+
"module_dot_bazel.patch": "sha256-1JFsX6lyZGR9J13zwnFotXlQnFgu1QphxftV5kMET3Q="
8+
}
9+
}

modules/cpuinfo/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"github:pytorch/cpuinfo"
1212
],
1313
"versions": [
14-
"0.0.0-20231104-d6860c4"
14+
"0.0.0-20231104-d6860c4",
15+
"0.0.0-20240417-3c8b153"
1516
],
1617
"yanked_versions": {}
1718
}

0 commit comments

Comments
 (0)