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
Hi @alexdobin , I'm trying to write an install recipe for STAR that uses a version pinned external zlib library, rather than using system zlib. I've tried a couple of approaches without success (e.g. setting CPPFLAGS, LDFLAGS, LDLIBS, etc.; adjusting htslib Makefile).
It seems like this is an issue that keeps popping up, without a solution other than installing system zlib, which may not be an option on some Linux instances without admin permissions:
Also it looks like this htslib unbundle pull request would fix my issue, as I can install htslib successfully outside of the one bundled with STAR: #1586
Hi @alexdobin , I'm trying to write an install recipe for STAR that uses a version pinned external zlib library, rather than using system zlib. I've tried a couple of approaches without success (e.g. setting
CPPFLAGS
,LDFLAGS
,LDLIBS
, etc.; adjusting htslibMakefile
).My install script is here, for reference:
https://github.com/acidgenomics/koopa/blob/main/lang/bash/include/install/common/shared/star.sh
It seems like this is an issue that keeps popping up, without a solution other than installing system zlib, which may not be an option on some Linux instances without admin permissions:
Potentially related htslib issues:
Any advice would be much appreciated!
Best,
Mike
The text was updated successfully, but these errors were encountered: