[dlib] update to 19.23 (#22991)

* [dlib] update to 19.23

* update version
This commit is contained in:
Frank 2022-02-09 01:05:09 +08:00 committed by GitHub
parent f4ebf0793c
commit cef0e8a8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO davisking/dlib
REF 70ea028f12e10f4d992a0c4f0169749eae5bb185 #v19.22
SHA512 f7c5988d6a1b2384a54a3e1a330c50011d3325bb87b4edd9fa08a2f4daeffdcb276ea21bc1d4cfd766b4e4d0a9c13b235e4b6002aa97af5327b833f91b688fd0
REF 074ab8bdbadbee1afb95653c3ce46867ed32dfa1 #v19.23
SHA512 da7942cf006566bafdd7079cc31ac445cd66e300714e522c53dfcf6b1a811de4cf2188c9a75c978388b09554bccc4164d40afc907bf9e6f75a17f8ca10ee0355
HEAD_REF master
PATCHES
fix-sqlite3-fftw-linkage.patch

View File

@ -1,8 +1,9 @@
{
"name": "dlib",
"version": "19.22",
"version": "19.23",
"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",
"dependencies": [
"blas",
"lapack",

View File

@ -1881,7 +1881,7 @@
"port-version": 6
},
"dlib": {
"baseline": "19.22",
"baseline": "19.23",
"port-version": 0
},
"dmlc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "825d6117ba43320dd5969535320b8be3144ea9de",
"version": "19.23",
"port-version": 0
},
{
"git-tree": "c92510c697bca717ad070d4462e44a4c26735b91",
"version": "19.22",