conda-forge / coreutils-feedstock

A conda-smithy repository for coreutils.
BSD 3-Clause "New" or "Revised" License
0 stars 8 forks source link

Move bioconda/coreutils to conda-forge/coreutils #1

Open sodre opened 6 years ago

sodre commented 6 years ago

Issue: Move bioconda/coreutils packages to conda-forge/coreutils

This is a follow up from @bgruening request during the staged-recipes PR.

sodre commented 6 years ago

@bgruening, did you want to actually move the files at the Anaconda Cloud level or is it enough to just rebuild the 8.25 version?

If the latter, I can't do it directly and we will need someone who has API access to the conda-forge channel to execute:

anaconda copy --to-owner conda-forge bioconda/coreutils/8.25
bgruening commented 6 years ago

@sodre good question. Is the copying possible given the conda-forge guidelines? I would love to copy it but I see two problems but the recipes and packages are probably not following conda-forge standards. If that is not a problem I can copy them I should have access.

isuruf commented 6 years ago

First question, is 8.25 really necesssary? If so, it's best to build it from here. We don't copy packages unless there's a very good reason (bootstrapping ppc64le was one reason)

bgruening commented 6 years ago

Yes, reproducibility. Otherwise, we need to keep the old versions in bioconda.

sodre commented 6 years ago

@isuruf, @bgruening did you make a decision on how to proceed? I am happy to do the 8.25 version separately.