Skip to content

Instantly share code, notes, and snippets.

@kojix2
Created June 18, 2021 03:57
Show Gist options
  • Save kojix2/0fa348a84b810ac2e9981842647d3a97 to your computer and use it in GitHub Desktop.
Save kojix2/0fa348a84b810ac2e9981842647d3a97 to your computer and use it in GitHub Desktop.
includedir=/usr/include
libdir=/usr/lib/x86_64-linux-gnu
# Flags and libraries needed when linking against a static libhts.a
# (used by manual and semi-manual pkg-config(1)-style enquiries).
static_ldflags=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-flto -fvisibility=hidden -rdynamic
static_libs=-lpthread -lz -lm -ldl -lbz2 -llzma -ldeflate
Name: htslib
Description: C library for high-throughput sequencing data formats
Version: 1.11-4
Cflags: -I${includedir}
Libs: -L${libdir} -lhts
Libs.private: -L${libdir} -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-flto -fvisibility=hidden -lbz2 -ldeflate -lhts -lm -lpthread
Requires.private: zlib liblzma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment