blob: ce17bd5648b4763473eb9db68a4df40e693e265a (
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 = mlpack
pkgdesc = A fast, flexible, scalable C++ machine learning library
pkgver = 4.1.0
pkgrel = 1
url = https://mlpack.org
arch = x86_64
license = custom:BSD-3-clause
makedepends = cmake
makedepends = txt2man
makedepends = python-setuptools
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 = go: go bindings support
options = !emptydirs
source = https://mlpack.org/files/mlpack-4.1.0.tar.gz
sha512sums = 0cab346f81b04a298f09ba28cec679c275af80c3941f31977ba5d0cfe11eed5850190ce46e71cf003996391618ad4eac2e0a54e260d264b8f8f9a02f53ec7cc7
pkgname = mlpack
|