Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling in macOS (unsupported option '-static-libgcc') #3

Open
apcamargo opened this issue Oct 25, 2024 · 3 comments
Open

Comments

@apcamargo
Copy link

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'
@agudys
Copy link
Member

agudys commented Oct 30, 2024

Hello!

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.

Best,
Adam

@apcamargo
Copy link
Author

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.

@agudys
Copy link
Member

agudys commented Nov 27, 2024

Hello @apcamargo

Sorry for the confusion - it seems that bioconda recipe for Clusty, in contrast to what I said earlier, didn't use precompiled binares. I updated this today: https://github.com/bioconda/bioconda-recipes/blob/master/recipes/clusty/meta.yaml

Maybe this would be of help.

Best,
Adam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants