summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d532ed59cfcc60375b7e98269dbd8a9598819d89 (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.3.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.3.1.tar.gz
	sha256sums = b2b8ed5e06be21444c4e9defd66877510d1800a650543f75bfc1b28f77745b84

pkgname = lightgbm

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