mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[lightgbm] update to 4.5.0 (#41491)
This commit is contained in:
parent
3973ea2da1
commit
874e0d04e1
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO microsoft/LightGBM
|
||||
REF v${VERSION}
|
||||
SHA512 295ea23ec55164232f1dde6aa46bcfa616e2fe4852eb2e3492e681477a8d7757875d60379c4d463a35a6a9db56b1f4bce86b3a03bed56ea3d36aadb94a3b38eb
|
||||
SHA512 f968f984a0881a5eadd898dded367b799b619e3cc80415dec8b623897e84d7e1e1034f20179125354b93759ea1b8a3e334cfa506427442810ef098bc93fd4634
|
||||
PATCHES
|
||||
vcpkg_lightgbm_use_vcpkg_libs.patch
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "lightgbm",
|
||||
"version": "4.4.0",
|
||||
"port-version": 1,
|
||||
"version": "4.5.0",
|
||||
"description": [
|
||||
"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms.",
|
||||
"Designed to be distributed and efficient and comes with faster training speeds, higher efficiency, lower memory usage and support of parallel, distributed, and GPU learning."
|
||||
|
@ -5469,8 +5469,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"lightgbm": {
|
||||
"baseline": "4.4.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"lightningscanner": {
|
||||
"baseline": "1.0.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f6845e55f8cccc71bf888d418dc6cf41403f55ed",
|
||||
"version": "4.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a28e05a3ffd7cd7b8384476fc6a28e23c96580cf",
|
||||
"version": "4.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user