mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:59:07 +08:00
[numactl] Update to 2.0.14 (#20626)
* Update numactl to 2.0.14 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
7e3c65d4a3
commit
75c6d757a3
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO numactl/numactl
|
||||
REF v2.0.12
|
||||
SHA512 3814efd924d1c9152a30f6ae5b665afc20648226cd475d72b933c0ec4f30249af4e25110de17f144734b787ed765644dca09a657219806ab5c9c550abd45bf8e
|
||||
REF v2.0.14
|
||||
SHA512 ADAF405F092FD9653F26D00F8C80CB83852C56EBD5D00E714E20D505008E74AA7105B0FB7AA55A605DEAC0D1491CEFF57DE931037D33E7944FCA105BC6510ED4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "numactl",
|
||||
"version-string": "2.0.12",
|
||||
"port-version": 1,
|
||||
"description": "NUMA support for Linux"
|
||||
"version": "2.0.14",
|
||||
"description": "NUMA support for Linux",
|
||||
"homepage": "https://github.com/numactl/numactl",
|
||||
"supports": "linux"
|
||||
}
|
||||
|
@ -4645,8 +4645,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"numactl": {
|
||||
"baseline": "2.0.12",
|
||||
"port-version": 1
|
||||
"baseline": "2.0.14",
|
||||
"port-version": 0
|
||||
},
|
||||
"numcpp": {
|
||||
"baseline": "2.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "58815aa974d9ab14d768576ade86c2e3b43d20a3",
|
||||
"version": "2.0.14",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7b58d763ea0a2c64e755c647c115d6e63ea44617",
|
||||
"version-string": "2.0.12",
|
||||
|
Loading…
Reference in New Issue
Block a user