Skip to content

Commit

Permalink
iq-tree: add new version delete duplicate package (#44043)
Browse files Browse the repository at this point in the history
* iq-tree: add new version delete duplicate package
* Replace iqtree2 dependency
   orthofinder: replace iqtree2 with iq-tree@2
   py-phylophlan: replace iqtree2 with iq-tree@2
  • Loading branch information
snehring committed May 8, 2024
1 parent 65d1ae0 commit b4411cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 45 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/iq-tree/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class IqTree(CMakePackage):

license("GPL-2.0-or-later")

version(
"2.3.2", tag="v2.3.1", commit="60f1aa68646ab84cc96b55a7548707adde15f47a", submodules=True
)
version(
"2.3.1", tag="v2.3.1", commit="2914a2f7aac0a1a3c4fadde42c83e5dee315186d", submodules=True
)
Expand Down
43 changes: 0 additions & 43 deletions var/spack/repos/builtin/packages/iqtree2/package.py

This file was deleted.

2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/orthofinder/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Orthofinder(Package):
depends_on("blast-plus", type="run", when="+blast")
depends_on("mmseqs2", type="run", when="+mmseqs2")
depends_on("muscle5", type="run", when="+muscle")
depends_on("iqtree2", type="run", when="+iqtree")
depends_on("iq-tree@2", type="run", when="+iqtree")
depends_on("raxml", type="run", when="+raxml")
depends_on("raxml-ng", type="run", when="+raxml-ng")

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-phylophlan/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ class PyPhylophlan(PythonPackage):
depends_on("mafft@7.310:", type=("build", "run"))
depends_on("fasttree@2.1.8:", type=("build", "run"))
depends_on("raxml@8.2.10:", type=("build", "run"))
depends_on("iqtree2", type=("build", "run"))
depends_on("iq-tree@2", type=("build", "run"))
depends_on("mash", type=("build", "run"))

0 comments on commit b4411cf

Please sign in to comment.