mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/{,py-}lightgbm: update 4.2.0 → 4.4.0
Reported by: portscout
This commit is contained in:
parent
91a09ca1db
commit
36707274ea
5 changed files with 23 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= lightgbm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.2.0
|
||||
DISTVERSION= 4.4.0
|
||||
CATEGORIES= misc # machine-learning
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -33,6 +33,6 @@ CMAKE_ARGS+= -DUSE_OPENMP:BOOL=OFF
|
|||
post-test:
|
||||
@${WRKSRC}/testlightgbm
|
||||
|
||||
# tests fail to compile, see https://github.com/microsoft/LightGBM/issues/5976
|
||||
# tests fail to open the file examples/binary_classification/binary.test, see https://github.com/microsoft/LightGBM/issues/6486
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1703221748
|
||||
SHA256 (microsoft-LightGBM-v4.2.0_GH0.tar.gz) = 4b2df6e3c5fa345a2fac6cefff65dd08cbe2fa4717cd8335c2a58c1a0c7c6b02
|
||||
SIZE (microsoft-LightGBM-v4.2.0_GH0.tar.gz) = 7072043
|
||||
TIMESTAMP = 1718513262
|
||||
SHA256 (microsoft-LightGBM-v4.4.0_GH0.tar.gz) = 2633afd64f4f28c5563cb64e96adf8aa6fae58af11b13345166392fb05e56215
|
||||
SIZE (microsoft-LightGBM-v4.4.0_GH0.tar.gz) = 7088819
|
||||
SHA256 (boostorg-compute-36350b7_GH0.tar.gz) = b82330296614fe9222bcdee60c5f71362d6fc16f17b0fb6fb5901b6531d1df90
|
||||
SIZE (boostorg-compute-36350b7_GH0.tar.gz) = 377110
|
||||
SHA256 (fmtlib-fmt-f5e5435_GH0.tar.gz) = 3e404dff177edebada2af98ffc9bd3efa0aae6fc69fa2a7750afb137f565040d
|
||||
|
|
|
@ -35,7 +35,21 @@ include/LightGBM/utils/binary_writer.h
|
|||
include/LightGBM/utils/byte_buffer.h
|
||||
include/LightGBM/utils/chunked_array.hpp
|
||||
include/LightGBM/utils/common.h
|
||||
include/LightGBM/utils/fast_double_parser.h
|
||||
include/LightGBM/utils/file_io.h
|
||||
include/LightGBM/utils/fmt/args.h
|
||||
include/LightGBM/utils/fmt/chrono.h
|
||||
include/LightGBM/utils/fmt/color.h
|
||||
include/LightGBM/utils/fmt/compile.h
|
||||
include/LightGBM/utils/fmt/core.h
|
||||
include/LightGBM/utils/fmt/format-inl.h
|
||||
include/LightGBM/utils/fmt/format.h
|
||||
include/LightGBM/utils/fmt/os.h
|
||||
include/LightGBM/utils/fmt/ostream.h
|
||||
include/LightGBM/utils/fmt/printf.h
|
||||
include/LightGBM/utils/fmt/ranges.h
|
||||
include/LightGBM/utils/fmt/std.h
|
||||
include/LightGBM/utils/fmt/xchar.h
|
||||
include/LightGBM/utils/json11.h
|
||||
include/LightGBM/utils/log.h
|
||||
include/LightGBM/utils/openmp_wrapper.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= lightgbm
|
||||
DISTVERSION= 4.2.0
|
||||
DISTVERSION= 4.4.0
|
||||
CATEGORIES= misc # machine-learning
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1703227616
|
||||
SHA256 (lightgbm-4.2.0.tar.gz) = 8a4d051df2ab2218998a16f7712e843ee9e96d8b09ffbfcc18533da127e0da02
|
||||
SIZE (lightgbm-4.2.0.tar.gz) = 1694670
|
||||
TIMESTAMP = 1718515643
|
||||
SHA256 (lightgbm-4.4.0.tar.gz) = 9e8a7640911481134e60987d5d1e1cd157f430c3b4b38de8d36fc55c302bc299
|
||||
SIZE (lightgbm-4.4.0.tar.gz) = 1702289
|
||||
|
|
Loading…
Add table
Reference in a new issue