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
I can reproduce this with a conda rust environmnent. The problem is triggered more upstream because any basic rust-htslib fails to build. It's probably even more upstream somewhere in the openssl/openssl-sys crate. Conda's linker fails to find the required library and I haven't been able to fix that.
It is however more common to install rust using rustup. This works without issues for me.
Maybe the rust-htslib people are interested in picking this up because they probably also use conda.
Reproducer:
git clone https://github.com/NKI-GCF/gensum cd gensum conda install rust cargo build --release
Result:
The text was updated successfully, but these errors were encountered: