-
Notifications
You must be signed in to change notification settings - Fork 98
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
help with compiling for bioconda #118
Comments
Hey @aryarm check https://github.com/asl/BandageNG and its bioconda recipe .. which unfortunately broke recently bioconda/bioconda-recipes#41091 |
thanks for the suggestion, @bernt-matthias . Unfortunately, I fear that the two packages have diverged enough that the BandageNG recipe is not a good reference anymore. For example, the Bandage recipe uses qmake and QT5, but BandageNG uses cmake and requires QT6 In the meantime, I've managed to reduce the original set of 24 errors down to just 3! I just had to add a few dependencies. But now I'm pretty stuck.
Does anyone have any suggestions on how to resolve these? Does this imply that Qt5 needs three different versions of the standard library?! |
@willemdek11, as the original creator of the Bandage recipe, do you have any insights or recommendations? |
Hi @rrwick,
Thanks for making Bandage! It's such a useful tool.
I'm trying to figure out how to compile
v0.9.0
for bioconda, but I keep running into errors.Here's my work so far:
And here are the 24 errors I keep getting:
Do you have any suggestions? I suspect I might be linking the libraries incorrectly, but I'm not sure...
The text was updated successfully, but these errors were encountered: