summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 6437b23f22c6a256d65d4f6910dbf27e5a759d62 (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
pkgbase = lightgbm
	pkgdesc = Distributed gradient boosting framework based on decision tree algorithms.
	pkgver = 3.0.0
	pkgrel = 1
	url = https://github.com/Microsoft/LightGBM
	arch = x86_64
	license = MIT
	makedepends = boost
	makedepends = cmake
	makedepends = opencl-headers
	makedepends = python-setuptools
	depends = boost-libs
	depends = ocl-icd
	depends = openmpi
	source = https://github.com/Microsoft/LightGBM/archive/v3.0.0.tar.gz
	sha256sums = 940563ece81d94eb843c2d1dc702da5af7c2a67fb1ccf31d64b39e00262d35b5

pkgname = lightgbm

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