From c9a656a5d009c5cb19591a83fd759e00bcb14c14 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 23 Oct 2020 12:11:41 +0200 Subject: gnu: imp: Update to 2.13.0. * gnu/packages/bioinformatics.scm (imp): Update to 2.13.0. --- gnu/packages/bioinformatics.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index fefca80e9e..41d92401ad 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10954,7 +10954,7 @@ (define-public phylip (define-public imp (package (name "imp") - (version "2.6.2") + (version "2.13.0") (source (origin (method url-fetch) @@ -10962,7 +10962,7 @@ (define-public imp version "/download/imp-" version ".tar.gz")) (sha256 (base32 - "0lxqx7vh79d771svr611dkilp6sn30qrbw8zvscbrm37v38d2j6h")))) + "1z1vcpwbylixk0zywngg5iw0jv083jj1bqphi817jpg3fb9fx2jj")))) (build-system cmake-build-system) (arguments `(;; FIXME: Some tests fail because they produce warnings, others fail @@ -10974,6 +10974,7 @@ (define-public imp ("swig" ,swig) ("hdf5" ,hdf5) ("fftw" ,fftw) + ("eigen" ,eigen) ("python" ,python-2))) (propagated-inputs `(("python2-numpy" ,python2-numpy) -- cgit v1.2.3