From c9ccb346dda211e802eb953b1aa187d36103c4f0 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sun, 26 Aug 2018 18:07:56 +0200 Subject: [PATCH] Mlpack fix (#2956) * MLPack: bump * Armadillo somehow references hdf5, which is bumped let's bump arma too. --- sci-libs/armadillo/armadillo-8.600.0.recipe | 2 +- sci-libs/mlpack/{mlpack-3.0.0.recipe => mlpack-3.0.2.recipe} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename sci-libs/mlpack/{mlpack-3.0.0.recipe => mlpack-3.0.2.recipe} (98%) diff --git a/sci-libs/armadillo/armadillo-8.600.0.recipe b/sci-libs/armadillo/armadillo-8.600.0.recipe index 70aafd065..83e824eee 100644 --- a/sci-libs/armadillo/armadillo-8.600.0.recipe +++ b/sci-libs/armadillo/armadillo-8.600.0.recipe @@ -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" diff --git a/sci-libs/mlpack/mlpack-3.0.0.recipe b/sci-libs/mlpack/mlpack-3.0.2.recipe similarity index 98% rename from sci-libs/mlpack/mlpack-3.0.0.recipe rename to sci-libs/mlpack/mlpack-3.0.2.recipe index ecac99a7d..cb4d7266a 100644 --- a/sci-libs/mlpack/mlpack-3.0.0.recipe +++ b/sci-libs/mlpack/mlpack-3.0.2.recipe @@ -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"