File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1212 - ' scripts/**'
1313 workflow_dispatch :
1414env :
15- PACKAGE_VERSION : 1.19.1
15+ PACKAGE_VERSION : " 1.20 "
1616 LIBHTS_SOVERSION : 3
1717 RELEASE_VERSION : 0 # equivalent to conda build number
1818jobs :
Original file line number Diff line number Diff line change 22
33The workflow [ msys2-htslib-build.yml] [ ] builds a statically linked[ ^ explanation ] htslib.dll
44under msys2. See the [ releases] [ ] to download the tarball. To build a different
5- version of htslib, update the env var ` PACKAGE_VERSION ` . To build an updated
5+ version of [ htslib] [ ] , update the env var ` PACKAGE_VERSION ` . To build an updated
66release of an existing version, update the env var ` RELEASE_VERSION ` . Also, make
77sure that ` RELEASE_VERSION ` is reset to 0 when bumping the version.
88
99[ msys2-htslib-build.yml ] : https://github.com/TileDB-Inc/m2w64-htslib-build/blob/main/.github/workflows/msys2-htslib-build.yml
1010[ releases ] : https://github.com/TileDB-Inc/m2w64-htslib-build/releases
11+ [ htslib ] : https://github.com/samtools/htslib
1112
1213The release tarball is subsequently consumed by
1314[ TileDB-Inc/m2w64-htslib-feedstock] [ ] , which repackages the pre-built files into
You can’t perform that action at this time.
0 commit comments