summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1b2d12fc2699da75ee5447ae96f30115ce42c92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
pkgbase = lightgbm
	pkgdesc = Distributed gradient boosting framework based on decision tree algorithms.
	pkgver = 3.2.1
	pkgrel = 1
	url = https://github.com/Microsoft/LightGBM
	arch = x86_64
	license = MIT
	makedepends = boost
	makedepends = cmake
	makedepends = opencl-headers
	makedepends = python-setuptools
	makedepends = eigen
	makedepends = fmt
	depends = boost-libs
	depends = ocl-icd
	depends = openmpi
	source = https://github.com/Microsoft/LightGBM/archive/v3.2.1.tar.gz
	sha256sums = c5bb69bbc5e8b48ce9630717c1ee88e120606d2da0eed6b1186c70dc334ed2fe

pkgname = lightgbm

pkgname = python-lightgbm
	depends = lightgbm
	depends = python-numpy
	depends = python-scipy
	depends = python-scikit-learn