blob: d39ac04e39979f07e8fca61681812332f0fcae6d (
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.5.1
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.5.1.tar.gz
sha512sums = 2be9c3b8e2874ebbf9e39ade1d65774e1d7d08eea1427d592ef9f49f6a35a1441585749e043e058cbcb8f5e7eae4cf589b0f4931c59ae6c0fed74c32bac0f4b3
pkgname = mlpack
|