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

issues while packaging for bioconda #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

brendanf
Copy link

I'm packaging RogueNaRok for bioconda because it is a requirement for another program I'm packaging. I ran into two issues which are easy enough to patch for bioconda, but which I thought might be worth contributing back upstream as well.

  1. At some point the default for gcc changed from -fcommon to -fno-common. This causes multiple definition errors when linking RogueNaRok. The easy fix was to add -fcommon to CFLAGS.
  2. All of the executables were using abort() instead of exit(0) when given the -h flag, leading to Aborted (core dumped). This may be confusing for users who think something is going wrong, and it also makes it hard to make minimal tests that all programs can be executed. I changed the behavior to exit(0).

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

Successfully merging this pull request may close these issues.

None yet

1 participant