You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure -I./htslib takes priority over /usr/local/include
We need to search /usr/local/include to find curl/curl.h etc.
However it needs to be searched AFTER ./htslib et al so that pysam
is compiled against headers from ./htslib/htslib/*.h rather than
any system-installed HTSlib headers in /usr/local/include.
0 commit comments