mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[dlib] no uwp (#35044)
This commit is contained in:
parent
6193a5e89d
commit
4760200b67
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "dlib",
|
||||
"version": "19.24",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++",
|
||||
"homepage": "https://github.com/davisking/dlib",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"blas",
|
||||
"lapack",
|
||||
|
@ -286,8 +286,6 @@ discord-rpc:arm64-uwp=fail
|
||||
discord-rpc:x64-uwp=fail
|
||||
discordcoreapi:x64-osx=fail
|
||||
discount:x64-android=fail
|
||||
dlib:arm64-uwp=fail
|
||||
dlib:x64-uwp=fail
|
||||
drogon:arm-neon-android=fail
|
||||
drogon:arm64-android=fail
|
||||
drogon:x64-android=fail
|
||||
|
@ -2222,7 +2222,7 @@
|
||||
},
|
||||
"dlib": {
|
||||
"baseline": "19.24",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"dmlc": {
|
||||
"baseline": "2022-06-22",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5a2fe0fe58b23b16ef1f94c5b68bbd560ac54649",
|
||||
"version": "19.24",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "9eaa35254408c210c84c3bfebb8e8651bab075e0",
|
||||
"version": "19.24",
|
||||
|
Loading…
x
Reference in New Issue
Block a user