Skip to content

Commit 8a2596a

Browse files
authored
Build htslib 1.16 (#3)
1 parent fbb6cb4 commit 8a2596a

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

.github/workflows/msys2-htslib-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
- 'scripts/**'
1313
workflow_dispatch:
1414
env:
15-
PACKAGE_VERSION: 1.15.1
15+
PACKAGE_VERSION: 1.16
1616
LIBHTS_SOVERSION: 3
17-
RELEASE_VERSION: 1 # equivalent to conda build number
17+
RELEASE_VERSION: 0 # equivalent to conda build number
1818
jobs:
1919
build:
2020
name: build

patches/htslib/vcf.h.staticlink.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

scripts/build-htslib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ LIBHTS_SOVERSION=${LIBHTS_SOVERSION-3}
1010
patch Makefile "${PATCH_DIR}/makefile.staticlink.patch"
1111
patch config.mk "${PATCH_DIR}/config.mk.staticlink.patch"
1212
patch htslib/hts_defs.h "${PATCH_DIR}/htslib/hts_defs.h.staticlink.patch"
13-
patch htslib/vcf.h "${PATCH_DIR}/htslib/vcf.h.staticlink.patch"
1413

1514
make
1615

0 commit comments

Comments
 (0)