iq-tree: add v2.1.3 (#24235)
This commit is contained in:
parent
a83b75b878
commit
ed695f3267
@ -11,15 +11,16 @@ class IqTree(CMakePackage):
|
|||||||
"""IQ-TREE Efficient software for phylogenomic inference"""
|
"""IQ-TREE Efficient software for phylogenomic inference"""
|
||||||
|
|
||||||
homepage = "http://www.iqtree.org"
|
homepage = "http://www.iqtree.org"
|
||||||
git = "https://github.com/Cibiv/IQ-TREE.git"
|
git = "https://github.com/iqtree/iqtree2.git"
|
||||||
url = "https://github.com/Cibiv/IQ-TREE/archive/v1.6.12.tar.gz"
|
url = "https://github.com/Cibiv/IQ-TREE/archive/v1.6.12.tar.gz"
|
||||||
|
|
||||||
|
version('2.1.3', tag='v2.1.3', submodules=True)
|
||||||
version('2.0.6', tag='v2.0.6', submodules=True)
|
version('2.0.6', tag='v2.0.6', submodules=True)
|
||||||
version('1.6.12', sha256='9614092de7a157de82c9cc402b19cc8bfa0cb0ffc93b91817875c2b4bb46a284')
|
version('1.6.12', sha256='9614092de7a157de82c9cc402b19cc8bfa0cb0ffc93b91817875c2b4bb46a284')
|
||||||
|
|
||||||
variant('openmp', default=True, description='Enable OpenMP support.')
|
variant('openmp', default=True, description='Enable OpenMP support.')
|
||||||
variant('mpi', default=False, description='Enable MPI support.')
|
variant('mpi', default=False, description='Enable MPI support.')
|
||||||
variant('lsd2', default=True, description='Axctivate Least Squares Dating.')
|
variant('lsd2', default=True, description='Activate Least Squares Dating.')
|
||||||
|
|
||||||
maintainers = ['ilbiondo']
|
maintainers = ['ilbiondo']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user