summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-06 15:55:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-06 15:55:46 +0200
commitf1a64044b4d9520c684cb745c61139d32f6961ae (patch)
tree626730112ccd215f892c725a9fd45aec93584b63
parent20c0f6ff3686eecde88ac95a869b2a7bda487e0b (diff)
bioinformatics: iq-tree: Update to 2.0.6.
* guix-science/packages/bioinformatics.scm (iq-tree): Update to 2.0.6. [inputs]: Add boost.
-rw-r--r--guix-science/packages/bioinformatics.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/guix-science/packages/bioinformatics.scm b/guix-science/packages/bioinformatics.scm
index 08a4706..87ca7c6 100644
--- a/guix-science/packages/bioinformatics.scm
+++ b/guix-science/packages/bioinformatics.scm
@@ -2004,21 +2004,20 @@ annotations.")
2004(define-public iq-tree 2004(define-public iq-tree
2005 (package 2005 (package
2006 (name "iq-tree") 2006 (name "iq-tree")
2007 (version "1.6.12") 2007 (version "2.0.6")
2008 (source (origin 2008 (source (origin
2009 (method url-fetch) 2009 (method url-fetch)
2010 (uri (string-append 2010 (uri (string-append
2011 "https://github.com/Cibiv/IQ-TREE/archive/v" 2011 "https://github.com/Cibiv/IQ-TREE/archive/v"
2012 version ".tar.gz")) 2012 version ".tar.gz"))
2013 (sha256 2013 (sha256
2014 (base32 "11528sxv9hkmg20r2fy9zyq0rylbrhcjnh6cr61dwmx1wwnhj54n")))) 2014 (base32 "119s3zw2y8432gryj5rg1vgdgmvf00hb1gzgqn2qgrjmfrnahp2k"))))
2015 (build-system cmake-build-system) 2015 (build-system cmake-build-system)
2016 (arguments 2016 (arguments
2017 `(#:configure-flags '("-DIQTREE_FLAGS=omp") 2017 `(#:configure-flags '("-DIQTREE_FLAGS=omp")
2018 #:tests? #f)) 2018 #:tests? #f))
2019 (inputs 2019 (inputs
2020 `(("eigen" ,eigen) 2020 (list boost eigen zlib))
2021 ("zlib" ,zlib)))
2022 (home-page "http://www.iqtree.org/") 2021 (home-page "http://www.iqtree.org/")
2023 (synopsis "Efficient software for phylogenomic inference") 2022 (synopsis "Efficient software for phylogenomic inference")
2024 (description 2023 (description