[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: imp: Update to 2.13.0.
From: |
guix-commits |
Subject: |
02/06: gnu: imp: Update to 2.13.0. |
Date: |
Fri, 23 Oct 2020 10:36:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c9a656a5d009c5cb19591a83fd759e00bcb14c14
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Oct 23 12:11:41 2020 +0200
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(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index fefca80..41d9240 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10954,7 +10954,7 @@ programs for inferring phylogenies (evolutionary
trees).")
(define-public imp
(package
(name "imp")
- (version "2.6.2")
+ (version "2.13.0")
(source
(origin
(method url-fetch)
@@ -10962,7 +10962,7 @@ programs for inferring phylogenies (evolutionary
trees).")
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 @@ programs for inferring phylogenies (evolutionary
trees).")
("swig" ,swig)
("hdf5" ,hdf5)
("fftw" ,fftw)
+ ("eigen" ,eigen)
("python" ,python-2)))
(propagated-inputs
`(("python2-numpy" ,python2-numpy)
- branch master updated (3b026eb -> b5e51a0), guix-commits, 2020/10/23
- 01/06: installer: Make the network management selection window tighter., guix-commits, 2020/10/23
- 03/06: gnu: hdf5: Default to 1.10., guix-commits, 2020/10/23
- 02/06: gnu: imp: Update to 2.13.0.,
guix-commits <=
- 06/06: gnu: python-black: Update to 20.8b1., guix-commits, 2020/10/23
- 04/06: gnu: kodi: Add nfs functionality., guix-commits, 2020/10/23
- 05/06: gnu: linux-libre-with-bpf: Update to 5.8., guix-commits, 2020/10/23