bioconda / bioconda-recipes

Conda recipes for the bioconda channel.
https://bioconda.github.io
MIT License
1.64k stars 3.25k forks source link

Problem with deploying vclust #50439

Closed agudys closed 1 week ago

agudys commented 1 month ago

Hello,

I am trying to submit to bioconda vclust package (#50007). Due to problems with building its components under macOS (modern C++ multithreading features are not supported by clang - g++ is required, please see the issue #49906) I have decided to use precompiled statically-linked binaries. However, I have encountered a strange issue when running testing commands. Namely, the bioconda cannot detect the vclust.py python script.

The package consits of vclust.py script and two subdirectories: bin with precompiled binaries and example with some test data.

Thanks in advance! Adam

agudys commented 1 week ago

Finally managed to fix the recipe on my own.