conda-forge / qscintilla2-feedstock

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

Rebuild with CDT packages #15

Closed dschreij closed 5 years ago

dschreij commented 5 years ago

Checklist

conda-forge-linter commented 5 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

dschreij commented 5 years ago

@grlee77 Sadly it didn't work. It now stops with the error message:

conda.exceptions.ResolvePackageNotFound: 
  - libxfixes-cos6-x86_64
  - libxdamage-cos6-x86_64
  - libselinux-cos6-x86_64
  - mesa-dri-drivers-cos6-x86_64
  - libxxf86vm-cos6-x86_64
  - mesa-libgl-devel-cos6-x86_64
dschreij commented 5 years ago

@conda-forge-admin, please rerender

dschreij commented 5 years ago

@grlee77 @ocefpaf A rerender fixed this build, but as far as I can see, this operation has dropped support for Python 3.7 (and other versions), which defeats the purpose I guess (This PR is trying to fix https://github.com/conda-forge/qscintilla2-feedstock/pull/14)

grlee77 commented 5 years ago

It looks like you started this PR from master instead of on top of the changes from #14. To fix that, I think you just need to cherry-pick the changes to conda-forge.yml from commit a98411b and then rerender again to get 3.7 support.

dschreij commented 5 years ago

I realised that too (d'oh!). I opened a new PR based on #14: https://github.com/conda-forge/qscintilla2-feedstock/pull/16, and I'm closing this one.