Mlpack fix (#2956)

* MLPack: bump

* Armadillo somehow references hdf5, which is bumped
let's bump arma too.
This commit is contained in:
miqlas
2018-08-26 18:07:56 +02:00
committed by waddlesplash
parent b011f65934
commit c9ccb346dd
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2008-2018 Conrad Sanderson
2017-2018 Arroyo Consortium
2017-2018 Data61, CSIRO"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/arma/armadillo-$portVersion.tar.xz"
CHECKSUM_SHA256="5f00c735e97fc23c910a225d1b6db9541af76022cc74f9b8b327dfa347926b40"

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2011-2018 mlpack Team"
LICENSE="BSD (3-clause)"
REVISION="2"
SOURCE_URI="https://github.com/mlpack/mlpack/archive/mlpack-$portVersion.tar.gz"
CHECKSUM_SHA256="b104215445edbf88a72954387ba5cc7810d45fd665e8ecaacd9b9d376bcdffb2"
CHECKSUM_SHA256="1c3a7a95e4b5ed3a27d8ca71e23d23eb4ef4e87fe5a7279105cc1dbbde61dd13"
SOURCE_DIR="mlpack-mlpack-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"