Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cpuinfo] Update cpuinfo to the latest version #42800

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/cpuinfo/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pytorch/cpuinfo
REF 5e63739504f0f8e18e941bd63b2d6d42536c7d90
SHA512 6a61f4574661a55771c2ec31bb0919a51d0bd8c770477b254a5c14dc5323716af275c7fe3abc5aa96720d7cc929559ca66f614265d3940e076b8db2fa15c8e36
REF ca156f7bc9109c552973414a63d310f76ef0cbf8
SHA512 e9ec46999df1a88a1e459d3c9bf3e171a918358a66180cd6b6ef9861d832043886c00fc4c1c63c756c8f67f4d9ad69629c64fc3ffd05f16dba9e0c3191c3d82a
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cpuinfo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cpuinfo",
"version-date": "2022-07-19",
"version-date": "2024-12-09",
"port-version": 3,
"description": "CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)",
"homepage": "https://github.com/pytorch/cpuinfo",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@
"port-version": 0
},
"cpuinfo": {
"baseline": "2022-07-19",
"baseline": "2024-12-09",
"port-version": 3
},
"cr": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpuinfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "869447ddc4274b59bdeebb9c74d1176563a0e54e",
"version-date": "2024-12-09",
"port-version": 3
},
{
"git-tree": "f1b7e10e1de1dcd09118adc19c5bc831417dcc8c",
"version-date": "2022-07-19",
Expand Down
Loading