minimap2: Add versions 2.10 and 2.14 (#9818)
* Also add missing zlib dependency
This commit is contained in:
parent
2f454c5317
commit
5ba76cf908
@ -13,9 +13,12 @@ class Minimap2(MakefilePackage):
|
||||
homepage = "https://github.com/lh3/minimap2"
|
||||
url = "https://github.com/lh3/minimap2/releases/download/v2.2/minimap2-2.2.tar.bz2"
|
||||
|
||||
version('2.14', '9088b785bb0c33488ca3a27c8994648ce21a8be54cb117f5ecee26343facd03b')
|
||||
version('2.10', '52b36f726ec00bfca4a2ffc23036d1a2b5f96f0aae5a92fd826be6680c481c20')
|
||||
version('2.2', '5b68e094f4fa3dfbd9b37d5b654b7715')
|
||||
|
||||
depends_on('py-mappy', type=('build', 'run'))
|
||||
depends_on('zlib')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
|
Loading…
Reference in New Issue
Block a user