Skip to content

Commit

Permalink
Bump to 1.21 (#11)
Browse files Browse the repository at this point in the history
* Bump to 1.21

* Update patch to disable building all tests.

* Delete patches/makefile.staticlink.patch
  • Loading branch information
teo-tsirpanis authored Oct 17, 2024
1 parent 562caac commit ee0bb54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msys2-htslib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'scripts/**'
workflow_dispatch:
env:
PACKAGE_VERSION: "1.20"
PACKAGE_VERSION: "1.21"
LIBHTS_SOVERSION: 3
RELEASE_VERSION: 0 # equivalent to conda build number
jobs:
Expand Down
56 changes: 0 additions & 56 deletions patches/makefile.staticlink.patch

This file was deleted.

1 change: 0 additions & 1 deletion scripts/build-htslib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ LIBHTS_SOVERSION=${LIBHTS_SOVERSION-3}
./configure --disable-libcurl

# apply patches
patch Makefile "${PATCH_DIR}/makefile.staticlink.patch"
patch config.mk "${PATCH_DIR}/config.mk.staticlink.patch"
patch htslib/hts_defs.h "${PATCH_DIR}/htslib/hts_defs.h.staticlink.patch"

Expand Down

0 comments on commit ee0bb54

Please sign in to comment.