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 want to add clusty to conda-forge as an independent package, as it can be very useful for general-purpose clustering. However, I'm getting this error when trying to compile on macOS:
clang: error: unsupported option '-static-libgcc'
The text was updated successfully, but these errors were encountered:
Due to some reasons, clusty is compiled under macOS in g++ not clang. However, the package was uploded to bioconda some time ago (https://anaconda.org/bioconda/clusty) using precompiled binaries. I'll update it to the latest revision anytime soon.
Ohh, I see. Do you know if compiling it with newer Clang releases is feasible? conda-forge offers some newer compilers, but I think they don't allow GCC compilation for macOS builds.
I wanted to put Clusty on conda-forge because it could be used for many other applications other than genome clustering. I don't know of any other tool that provides an easy interface for clustering the way Clusty does.
I want to add
clusty
toconda-forge
as an independent package, as it can be very useful for general-purpose clustering. However, I'm getting this error when trying to compile on macOS:The text was updated successfully, but these errors were encountered: