Skip to content

Commit

Permalink
[cpuinfo] Update to 2024-08-31 (#246)
Browse files Browse the repository at this point in the history
* [cpuinfo] update to 2024-08-31

* [cpuinfo] update baseline
  • Loading branch information
luncliff authored Sep 2, 2024
1 parent 6477360 commit 271f1e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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 3c8b1533ac03dd6531ab6e7b9245d488f13a82a5
SHA512 8e86495bf68cd4bf68d96b317094bf6048bb94cb0b53406d19fa37570b54f4136a88bd06d2520edd756db7a30086db31d4c5ab2a0ca9b61641bf4c6ab790ae5d
REF fa1c679da8d19e1d87f20175ae1ec10995cd3dd3
SHA512 02e14115b2f91dc555b6181b7f9b422506e8db8ca0858e936045711cc93e0313bc2416298cf0f9619ced6c497a34fd4a4a4bcadcacfc0fe68a1c1ced2bd00558
HEAD_REF main
)

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": "2024-04-18",
"version-date": "2024-08-31",
"description": "CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)",
"homepage": "https://github.com/pytorch/cpuinfo",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"port-version": 0
},
"cpuinfo": {
"baseline": "2024-04-18",
"baseline": "2024-08-31",
"port-version": 0
},
"d3d12-transition-layer": {
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": "f3e0fc439df6a5a6fc0f37a5a55d19108bbfc523",
"version-date": "2024-08-31",
"port-version": 0
},
{
"git-tree": "58a5872be174a0d709427051325ead777cce2318",
"version-date": "2024-04-18",
Expand Down

0 comments on commit 271f1e7

Please sign in to comment.