diff --git a/recipes/tabixpp/meta.yaml b/recipes/tabixpp/meta.yaml index db6ce10c381fa..b8f8488b7f72c 100644 --- a/recipes/tabixpp/meta.yaml +++ b/recipes/tabixpp/meta.yaml @@ -12,12 +12,12 @@ source: patches: - shared_lib.patch - pkg-config.patch # [osx] -- url: https://github.com/samtools/htslib/releases/download/1.17/htslib-1.17.tar.bz2 - sha256: 763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f +- url: https://github.com/samtools/htslib/releases/download/1.19.1/htslib-1.19.1.tar.bz2 + sha256: 222d74d3574fb67b158c6988c980eeaaba8a0656f5e4ffb76b5fa57f035933ec folder: htslib build: - number: 1 + number: 2 run_exports: # Observed ABI version increase from 1.1.0 to 1.1.2. # Hence, we pin to the patch version even. @@ -53,3 +53,5 @@ extra: - biotools:tabixpp recipe-maintainers: - jpuritz + additional-platforms: + - linux-aarch64 diff --git a/recipes/tabixpp/shared_lib.patch b/recipes/tabixpp/shared_lib.patch index 819773b164a42..da684d327f915 100644 --- a/recipes/tabixpp/shared_lib.patch +++ b/recipes/tabixpp/shared_lib.patch @@ -38,9 +38,10 @@ index f2ba44e..7718d76 100644 DFLAGS = -D_FILE_OFFSET_BITS=64 -D_USE_KNETFILE BIN = tabix++ -LIB = libtabix.a -+LIB = libtabixpp.a - SOVERSION = 1 +-SOVERSION = 1 -SLIB = libtabix.so.$(SOVERSION) ++LIB = libtabixpp.a ++SOVERSION = 0 +SLIB = libtabixpp.so.$(SOVERSION) OBJS = tabix.o SUBDIRS = .