-
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
plan for the GCC7 migration #13155
Comments
* [x] I have read the [guidelines for bioconda recipes](https://bioconda.github.io/guidelines.html). * [x] This PR adds a new recipe. * [ ] AFAIK, this recipe **is directly relevant to the biological sciences** (otherwise, please submit to the more general purpose [conda-forge channel](https://conda-forge.org/docs/)). * [x] This PR updates an existing recipe. * [x] This PR does something else (explain below). @bgruening @epruesse @daler As discussed in our meeting, this will bring all of the `bulk` changes in recipes and the blacklist into the `master` branch. No CI changes are being copied over. Xref #13155
Thanks to @dpryan79 we have now https://bioconda.github.io/updating.html#updating-recipes-for-a-pinning-change ... the bot is in progress by @epruesse. That leaves us to the point of how we communicate this to all users. Creating a new issue and ping /all/? |
Is the plan for us to wait for the old compilers to be removed and then
start bumping the build number on our favorite recipes?
…On Sun, Feb 10, 2019, 12:46 AM Björn Grüning ***@***.*** wrote:
I added an issue (#13578
<#13578>) and update
the PR template (#13579
<#13579>) to reach more
people.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13155 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABz_q4OOvoqn8cg1bE2P_3vtihHM3-kGks5vL9xfgaJpZM4aLSDN>
.
|
You can already start bumping. That's actually what the new |
@bgruening - Does this mean I can restart |
@epruesse if Let's wait for @dpryan79 to confirm and feel free to merge #13579 so we update our users. @kyleabeauchamp: unrelated but could you add |
Will take a look tonight
…On Sun, Feb 10, 2019, 10:24 AM Björn Grüning ***@***.*** wrote:
@epruesse <https://github.com/epruesse> if autobump also considers
update-pinning then yes.
Let's wait for @dpryan79 <https://github.com/dpryan79> to confirm and
feel free to merge #13579
<#13579> so we update
our users.
@kyleabeauchamp <https://github.com/kyleabeauchamp>: unrelated but could
you add run_exports to htslib. I think this would help a lot. Would be
great if we could use run_exports more in our stack.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13155 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABz_q6RE_li-f19cmLrGwHlqrj5rmPUOks5vMGPNgaJpZM4aLSDN>
.
|
Go for it, no need to wait for me! |
I ran the update-pinning script and I get a lot of errors:
I also tried with |
Regarding run_exports, I've made a WIP PR (#13586, not sure what else needs to be done. |
@kyleabeauchamp It works for me. Could be something with your conda setup. It does say you're in the clear for deeptools though. |
@kyleabeauchamp I already rebuilt deepTools, pysam (the most recent version), and everything related to samtools/htslib. What you're seeing is due to old pysam versions depending on samtools/htslib versions that are no longer maintained in bioconda (1.3 in particular). We should really go through and see which pysam versions are still required by packages and blacklist/remove those that aren't being actively used. We can add samtools 1.3 back in if it's actually needed of course. |
@dpryan79 packages or recipes? I assume we only need to maintain recipes building old versions to satisfy pinnings by extant recipe versions, right? |
@epruesse If there's no linking going on then we only care about packages. Pysam happens to link to htslib, though. However it's in C and not C++, so you're a better judge of whether that's an actual issue than me. |
main
label to all packages with agcc7
labelThe text was updated successfully, but these errors were encountered: