-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
porechop: Use the standard release #11399
Conversation
See #7436 |
CircleCI failed with…
https://circleci.com/gh/bioconda/bioconda-recipes/29983 I thought that Bioconda was using GCC 7 now. Am I mistaken? |
@sjackman we migrated to conda-build 3 which makes the configuration of the default compiler possible/easier. You just need to add https://github.com/bioconda/bioconda-recipes/blob/master/recipes/delly/conda_build_config.yaml to your recipe. We will switch to this by default as soon as conda-forge is rebuild. |
A special tag of Porechop was made to support older versions of GCC. Use the standard release with a recent version of GCC.
Thanks, Björn. I've added |
CircleCI on Linux
|
Looks like we make be stuck and Porechop 0.2.3 compiles with neither GCC 4 nor GCC 7. It does build with GCC 5. Is that an option, to build with GCC 5? |
No, there are only those two. Sorry. |
Hmm. We could update the bundled version of Seqan to a recent release, or I could abandon this PR. Since its purpose was to tidy up the formula, I'm inclined to abandon this PR. |
A special tag of Porechop was made to support older versions of GCC.
Use the standard release with a recent version of GCC.