Skip to content

Commit

Permalink
metabat: switch to CMakePackage, deprecate old versions (spack#28384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorton21 authored Jan 28, 2022
1 parent a3755e5 commit 1e1e3ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions var/spack/repos/builtin/packages/metabat/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
from spack import *


class Metabat(SConsPackage):
class Metabat(CMakePackage):
"""MetaBAT, an efficient tool for accurately reconstructing single
genomes from complex microbial communities."""

homepage = "https://bitbucket.org/berkeleylab/metabat"
url = "https://bitbucket.org/berkeleylab/metabat/get/v2.12.1.tar.gz"

version('2.15', sha256='550487b66ec9b3bc53edf513d00c9deda594a584f53802165f037bde29b4d34e')
version('2.14', sha256='d43d5e91afa8f2d211a913739127884669516bfbed870760597fcee2b513abe2')
version('2.13', sha256='aa75a2b62ec9588add4c288993821bab5312a83b1259ff0d508c215133492d74')
version('2.12.1', sha256='e3aca0656f56f815135521360dc56667ec26af25143c3a31d645fef1a96abbc2')
version('2.11.2', sha256='9baf81b385e503e71792706237c308a21ff9177a3211c79057dcecf8434e9a67')
version('2.12.1', sha256='e3aca0656f56f815135521360dc56667ec26af25143c3a31d645fef1a96abbc2', deprecated=True)
version('2.11.2', sha256='9baf81b385e503e71792706237c308a21ff9177a3211c79057dcecf8434e9a67', deprecated=True)

depends_on('cmake', type='build', when='@2.13:')
depends_on('boost@1.55.0:', type=('build', 'run'))
depends_on('perl', type='run')
depends_on('zlib', type='link')
Expand Down

0 comments on commit 1e1e3ae

Please sign in to comment.