mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +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
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO microsoft/LightGBM
|
REPO microsoft/LightGBM
|
||||||
REF v${VERSION}
|
REF v${VERSION}
|
||||||
SHA512 295ea23ec55164232f1dde6aa46bcfa616e2fe4852eb2e3492e681477a8d7757875d60379c4d463a35a6a9db56b1f4bce86b3a03bed56ea3d36aadb94a3b38eb
|
SHA512 f968f984a0881a5eadd898dded367b799b619e3cc80415dec8b623897e84d7e1e1034f20179125354b93759ea1b8a3e334cfa506427442810ef098bc93fd4634
|
||||||
PATCHES
|
PATCHES
|
||||||
vcpkg_lightgbm_use_vcpkg_libs.patch
|
vcpkg_lightgbm_use_vcpkg_libs.patch
|
||||||
)
|
)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lightgbm",
|
"name": "lightgbm",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"port-version": 1,
|
|
||||||
"description": [
|
"description": [
|
||||||
"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms.",
|
"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."
|
"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
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"lightgbm": {
|
"lightgbm": {
|
||||||
"baseline": "4.4.0",
|
"baseline": "4.5.0",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"lightningscanner": {
|
"lightningscanner": {
|
||||||
"baseline": "1.0.1",
|
"baseline": "1.0.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f6845e55f8cccc71bf888d418dc6cf41403f55ed",
|
||||||
|
"version": "4.5.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a28e05a3ffd7cd7b8384476fc6a28e23c96580cf",
|
"git-tree": "a28e05a3ffd7cd7b8384476fc6a28e23c96580cf",
|
||||||
"version": "4.4.0",
|
"version": "4.4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user