me
/
guix
Archived
1
0
Fork 0

gnu: imp: Update to 2.13.0.

* gnu/packages/bioinformatics.scm (imp): Update to 2.13.0.
master
Ludovic Courtès 2020-10-23 12:11:41 +02:00 committed by Ludovic Courtès
parent bfb65a6768
commit c9a656a5d0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -10954,7 +10954,7 @@ programs for inferring phylogenies (evolutionary trees).")
(define-public imp (define-public imp
(package (package
(name "imp") (name "imp")
(version "2.6.2") (version "2.13.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -10962,7 +10962,7 @@ programs for inferring phylogenies (evolutionary trees).")
version "/download/imp-" version ".tar.gz")) version "/download/imp-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lxqx7vh79d771svr611dkilp6sn30qrbw8zvscbrm37v38d2j6h")))) "1z1vcpwbylixk0zywngg5iw0jv083jj1bqphi817jpg3fb9fx2jj"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(;; FIXME: Some tests fail because they produce warnings, others fail `(;; FIXME: Some tests fail because they produce warnings, others fail
@ -10974,6 +10974,7 @@ programs for inferring phylogenies (evolutionary trees).")
("swig" ,swig) ("swig" ,swig)
("hdf5" ,hdf5) ("hdf5" ,hdf5)
("fftw" ,fftw) ("fftw" ,fftw)
("eigen" ,eigen)
("python" ,python-2))) ("python" ,python-2)))
(propagated-inputs (propagated-inputs
`(("python2-numpy" ,python2-numpy) `(("python2-numpy" ,python2-numpy)