Skip to content

Commit

Permalink
BLD Update minimap2 to v2.14
Browse files Browse the repository at this point in the history
Static building of 2.9 was impossible due to the issue in
lh3/minimap2#134
  • Loading branch information
luispedro committed Nov 20, 2018
1 parent 2488304 commit 7075a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 0.10.0+
* Disable Cairo dependency when building statically
* Update minimap2 version to 2.14

Version 0.10.0 2018-11-12 by luispedro
* Fix to lock1's return value when used with paths (#68 - reopen)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ MEGAHIT_TAR = v$(MEGAHIT_VERSION).tar.gz
MEGAHIT_SHA1 = e82308db9a351ea0ccdaf4bebead86ca338a6f0c
MEGAHIT_TARGET = megahit

MINIMAP2_VERSION = 2.9
MINIMAP2_VERSION = 2.14
MINIMAP2_DIR = minimap2-$(MINIMAP2_VERSION)
MINIMAP2_URL = https://github.com/lh3/minimap2/releases/download/v$(MINIMAP2_VERSION)/minimap2-$(MINIMAP2_VERSION).tar.bz2
MINIMAP2_TAR = minimap2-$(MINIMAP2_VERSION).tar.bz2
MINIMAP2_SHA1 = f419b2664d50c5120d65a801510629c9ac0224a1
MINIMAP2_SHA1 = 9e3965d12474662aea24680cdf87eaa21c5380bb
MINIMAP2_TARGET = ngless-minimap2
MINIMAP2_TARGET_VERSIONED = ngless-${VERSION}-minimap2

Expand Down

0 comments on commit 7075a05

Please sign in to comment.