summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ncbi-rmblastn/package.py
blob: 8dd04b55867dd92229d657497e25c8790ad1047d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class NcbiRmblastn(AutotoolsPackage):
    """RMBlast search engine for NCBI"""

    homepage = "https://www.ncbi.nlm.nih.gov/"
    url      = "ftp://ftp.ncbi.nlm.nih.gov/blast/executables/rmblast/LATEST/ncbi-rmblastn-2.2.28-src.tar.gz"

    version('2.2.28', 'fb5f4e2e02ffcb1b17af2e9f206c5c22')

    configure_directory = 'c++'