summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799e798f9ef6..afe3a5b6e708 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
pkgbase = mlpack
pkgdesc = A fast, flexible, scalable C++ machine learning library
pkgver = 3.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://mlpack.org/
arch = x86_64
license = BSD
makedepends = cmake>=3.3.2
makedepends = txt2man
makedepends = python-setuptools
- depends = armadillo
+ depends = armadillo>=8.400.0
depends = boost>=1.49
depends = lapack
+ depends = ensmallen>=2.10.0
depends = libxml2>=2.6.0
depends = cython>=0.24
depends = python-numpy
depends = python-pandas>=0.15.0
optdepends = openmp: parallel computation support
- source = http://www.mlpack.org/files/mlpack-3.2.1.tar.gz
+ source = https://www.mlpack.org/files/mlpack-3.2.1.tar.gz
sha256sums = 3fa25157a0a6e91fd5ba223ebd911e5d86c0664d969ea3f7768d823448562f36
pkgname = mlpack
diff --git a/PKGBUILD b/PKGBUILD
index ff543a1fe4ca..f13c686387e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
# Former Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=mlpack
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='A fast, flexible, scalable C++ machine learning library'
arch=('x86_64')
url="https://mlpack.org/"
license=('BSD')
depends=(
- 'armadillo'
+ 'armadillo>=8.400.0'
'boost>=1.49'
'lapack'
+ 'ensmallen>=2.10.0'
'libxml2>=2.6.0'
'cython>=0.24'
'python-numpy'
@@ -28,7 +29,7 @@ makedepends=(
'txt2man'
'python-setuptools'
)
-source=("http://www.mlpack.org/files/${pkgname}-${pkgver}.tar.gz")
+source=("https://www.mlpack.org/files/${pkgname}-${pkgver}.tar.gz")
sha256sums=('3fa25157a0a6e91fd5ba223ebd911e5d86c0664d969ea3f7768d823448562f36')
options=(!emptydirs)