blastplus: newest version 2.7.1 (#9472)

This commit is contained in:
Dan Han 2018-10-09 15:22:34 -05:00 committed by Todd Gamblin
parent 5e4264ed89
commit 5cafe1b4e8

View file

@ -42,6 +42,7 @@ class BlastPlus(AutotoolsPackage):
homepage = "http://blast.ncbi.nlm.nih.gov/"
url = "https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.6.0/ncbi-blast-2.6.0+-src.tar.gz"
version('2.7.1', sha256='10a78d3007413a6d4c983d2acbf03ef84b622b82bd9a59c6bd9fbdde9d0298ca')
version('2.6.0', 'c8ce8055b10c4d774d995f88c7cc6225')
version('2.2.30', 'f8e9a5eb368173142fe6867208b73715')
@ -107,6 +108,8 @@ def patch(self):
depends_on('python', when='+python')
depends_on('perl', when='+perl')
depends_on('lmdb', when='@2.7.1:')
configure_directory = 'c++'
def configure_args(self):