aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-04-06 14:29:53 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-04-06 14:39:22 +0200
commit498d2553ed3a99217ef5f3567ace77165d49e597 (patch)
treefe681ffe99bdfe4dc3add23d9990c8ccb2647473 /gnu/packages/maths.scm
parent0685fe3c86a5fe1ed78b71ae4e41acd841f38da4 (diff)
downloadguix-498d2553ed3a99217ef5f3567ace77165d49e597.tar
guix-498d2553ed3a99217ef5f3567ace77165d49e597.tar.gz
gnu: Remove armadillo-for-rcpparmadillo.
This package is no longer useful, because upstream does not keep the tarballs of older releases. We use the bundled armadillo sources in the r-rccparmadillo package instead. * gnu/packages/maths.scm (armadillo-for-rcpparmadillo): Remove variable.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 40ab048316..a877fe5ca2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2185,17 +2185,6 @@ 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 "7.600.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/arma/armadillo-"
- version ".tar.xz"))
- (sha256
- (base32
- "1dxgfd2r9lbh24nszvqm2lag439s0srxaf1l86f6ww6waqm5r8zk"))))))
-
(define-public muparser
;; When switching download sites, muparser re-issued a 2.2.5 release with a
;; different hash. In order to make `guix package --upgrade` work correctly,