blob: f951cf72f4adf1cc55fa6df02144e0a899c0df3b (
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
28
29
30
|
pkgbase = mlpack
pkgdesc = A fast, flexible, scalable C++ machine learning library
pkgver = 4.6.0
pkgrel = 1
url = https://mlpack.org
arch = x86_64
license = BSD-3-Clause
makedepends = cmake
makedepends = txt2man
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-pytest-runner
makedepends = python-pip
depends = armadillo
depends = cereal
depends = boost
depends = lapack
depends = ensmallen
depends = cython
depends = python-numpy
depends = python-pandas
optdepends = openmp: parallel computation support
optdepends = julia: julia bindings support
optdepends = r: r bindings support
optdepends = go: go bindings support
options = !emptydirs
source = https://mlpack.org/files/mlpack-4.6.0.tar.gz
sha512sums = c615e47319dd9e777ab23a1f0898d49e6974c4c097c7271c97702648ba03152f9320a74b4cf3d4b8d3f403c416715859ef8e70687b22455ca07e934f2645c013
pkgname = mlpack
|