Skip to content

Commit

Permalink
cpuinfo@0.0.0-20231104-d6860c4 (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed May 6, 2024
1 parent aa1827a commit 765e7d4
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/cpuinfo/0.0.0-20231104-d6860c4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "cpuinfo",
version = "0.0.0-20231104-d6860c4",
compatibility_level = 1,
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "cpuinfo",
+ version = "0.0.0-20231104-d6860c4",
+ compatibility_level = 1,
+)
17 changes: 17 additions & 0 deletions modules/cpuinfo/0.0.0-20231104-d6860c4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@cpuinfo//...'
9 changes: 9 additions & 0 deletions modules/cpuinfo/0.0.0-20231104-d6860c4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/pytorch/cpuinfo/archive/d6860c477c99f1fce9e28eb206891af3c0e1a1d7.tar.gz",
"integrity": "sha256-wZVCCk2vtk6iXw74r4lPsNhmpBQG1ZWvbR5oeW9JK1M=",
"strip_prefix": "cpuinfo-d6860c477c99f1fce9e28eb206891af3c0e1a1d7",
"patch_strip": 0,
"patches": {
"module_dot_bazel.patch": "sha256-mBFJt4dxnsps7dQ0uawMjpvQMCLtqjRdNIYpd9ieQ+M="
}
}
16 changes: 16 additions & 0 deletions modules/cpuinfo/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/pytorch/cpuinfo",
"maintainers": [
{
"email": "bcr-maintainers@bazel.build",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:pytorch/cpuinfo"
],
"versions": [
"0.0.0-20231104-d6860c4"
],
"yanked_versions": {}
}

0 comments on commit 765e7d4

Please sign in to comment.