summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGovind Gopakumar2014-11-19 00:00:07 +0000
committerjerry732042015-10-29 11:58:05 +0800
commit92a6f897cdf04d99856ef1d8a6bb58cbc6a06ad2 (patch)
treea75f22c3717d59d21f1f7e770edb4f58c7b243ca
parente2e97953453d4053ae796014ae5865e0d2ed1f14 (diff)
downloadaur-92a6f897cdf04d99856ef1d8a6bb58cbc6a06ad2.tar.gz
updated on Wed Nov 19 00:00:06 UTC 2014
-rw-r--r--.AURINFO3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
index c3ed52aa7b8c..60df0b36493b 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -9,10 +9,11 @@ pkgbase = mlpack
makedepends = cmake>=2.8.0
makedepends = txt2man
depends = armadillo>=3.6.0
- depends = boost
+ depends = boost>=1.49
depends = lapack
depends = libxml2>=2.6.0
source = http://www.mlpack.org/files/mlpack-1.0.9.tar.gz
+ md5sums = d32b7e3f3366e8ff06094853251f7710
pkgname = mlpack
diff --git a/.SRCINFO b/.SRCINFO
index 71eafaab3522..60df0b36493b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = mlpack
makedepends = cmake>=2.8.0
makedepends = txt2man
depends = armadillo>=3.6.0
- depends = boost
+ depends = boost>=1.49
depends = lapack
depends = libxml2>=2.6.0
source = http://www.mlpack.org/files/mlpack-1.0.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b30f45797c0d..8777186d0f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgdesc="a scalable c++ machine learning library"
arch=('i686' 'x86_64')
url="http://www.mlpack.org"
license=('LGPLv3')
-depends=('armadillo>=3.6.0' 'boost' 'lapack' 'libxml2>=2.6.0')
+depends=('armadillo>=3.6.0' 'boost>=1.49' 'lapack' 'libxml2>=2.6.0')
makedepends=('cmake>=2.8.0' 'txt2man')
source=("http://www.$pkgname.org/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d32b7e3f3366e8ff06094853251f7710 ')
+md5sums=('d32b7e3f3366e8ff06094853251f7710')
build() {
cd "$srcdir/$pkgname-$pkgver"