Created
June 18, 2021 03:57
-
-
Save kojix2/0fa348a84b810ac2e9981842647d3a97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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