summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b3e910557d3368f30886f782d66c538d08ed6af5 (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 = 2.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
	depends = boost-libs
	depends = ocl-icd
	depends = openmpi
	source = https://github.com/Microsoft/LightGBM/archive/v2.2.1.tar.gz
	sha256sums = 9ae4953ddaaa00923bf1ed40eb63179c0d2c4fcf7d008ccf8c22e955e85418b9

pkgname = lightgbm

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