Skip to content
Snippets Groups Projects
Commit 5cafe1b4 authored by Dan Han's avatar Dan Han Committed by Todd Gamblin
Browse files

blastplus: newest version 2.7.1 (#9472)

parent 5e4264ed
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ class BlastPlus(AutotoolsPackage): ...@@ -42,6 +42,7 @@ class BlastPlus(AutotoolsPackage):
homepage = "http://blast.ncbi.nlm.nih.gov/" 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" 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.6.0', 'c8ce8055b10c4d774d995f88c7cc6225')
version('2.2.30', 'f8e9a5eb368173142fe6867208b73715') version('2.2.30', 'f8e9a5eb368173142fe6867208b73715')
...@@ -107,6 +108,8 @@ def patch(self): ...@@ -107,6 +108,8 @@ def patch(self):
depends_on('python', when='+python') depends_on('python', when='+python')
depends_on('perl', when='+perl') depends_on('perl', when='+perl')
depends_on('lmdb', when='@2.7.1:')
configure_directory = 'c++' configure_directory = 'c++'
def configure_args(self): def configure_args(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment