From 9017b290c126143598eb6bb5e1c82e899d01b858 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 21 Dec 2015 12:37:38 +0100 Subject: [PATCH 2/2] gnu: Add armadillo 6.200.2. * gnu/packages/maths.scm (armadillo-for-rcpparmadillo): New variable. --- gnu/packages/maths.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0d66b9f..e7a7b7c 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1451,6 +1451,17 @@ provides efficient classes for vectors, matrices and cubes, as well as 150+ associated functions (eg. contiguous and non-contiguous submatrix views).") (license license:mpl2.0))) +(define-public armadillo-for-rcpparmadillo + (package (inherit armadillo) + (version "6.200.2") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/arma/armadillo-" + version ".tar.gz")) + (sha256 + (base32 + "1f69rlqhnf2wv8khyn2a8vi6gx1i72qgfy8b9b760ssk85dcl763")))))) + (define-public muparser (package (name "muparser") -- 2.1.0