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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Hi @Juke34, thanks for undertaking this daunting task 😄 Let me know how I can help.
Everything in deps.sh is statically compiled and linked directly to libseqrt except for OpenMP, which we package and ship as a shared library. For the purposes of Conda, though, maybe we can just list (LLVM's) OpenMP as a dependency.
The Seq installation itself consists of the following components:
LD_LIBRARY_PATH needs to be set to include lib/seq when activating the environment where seq-lang is installed. If not set it was not possible to compile binaries from the seq code. See activate.sh and deactivate.sh.
Hi,
I'm thinking to make it available through conda.
see here bioconda/bioconda-recipes#29660
I would need to know if deps.sh statically compiles dependencies in. Could you let me know?
The text was updated successfully, but these errors were encountered: