We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb6cb4 commit 8a2596aCopy full SHA for 8a2596a
.github/workflows/msys2-htslib-build.yml
@@ -12,9 +12,9 @@ on:
12
- 'scripts/**'
13
workflow_dispatch:
14
env:
15
- PACKAGE_VERSION: 1.15.1
+ PACKAGE_VERSION: 1.16
16
LIBHTS_SOVERSION: 3
17
- RELEASE_VERSION: 1 # equivalent to conda build number
+ RELEASE_VERSION: 0 # equivalent to conda build number
18
jobs:
19
build:
20
name: build
patches/htslib/vcf.h.staticlink.patch
scripts/build-htslib.sh
@@ -10,7 +10,6 @@ LIBHTS_SOVERSION=${LIBHTS_SOVERSION-3}
10
patch Makefile "${PATCH_DIR}/makefile.staticlink.patch"
11
patch config.mk "${PATCH_DIR}/config.mk.staticlink.patch"
patch htslib/hts_defs.h "${PATCH_DIR}/htslib/hts_defs.h.staticlink.patch"
-patch htslib/vcf.h "${PATCH_DIR}/htslib/vcf.h.staticlink.patch"
make
0 commit comments