Closed beckermr closed 3 years ago
@basnijholt can you please take a look here and see if the recipes look like they are what you need?
Yes, this is everything!
Great! I am going to fix the license file stuff here. Can you comment on the extra build script bits? That doesn't appear to do anything...
It might be correct, I just copied those lines from another package. I wasn’t even sure myself what I was doing. 😅
I see. We should try and find someone who knows this stuff to comment.
@conda-forge/core?
I see a dep on mesa-libegl
that looks odd given the other excluded dep.
I didn't see any paths that looked like they need a symlink between mesa-libelg and libglvnd-gles, so I am going to go ahead and merge this. If we need to mark builds as broken later and try again, we can do that.
Amazing! Thanks a lot for the help 👍
Please see the repo readme for directions on how to make PRs on this repo.
Checklist:
cdt_slugs.yaml
file and you have rerun the scriptpython gen_cdt_recipes.py
.rpm.py
), you have bumped the build number inconda_build_config.yaml
and have remade all of the recipes via runningpython gen_cdt_recipes.py --force
custom: true
in thecdt_slugs.yaml
file.{{ cdt_build_number }}
for old-style/legacy CDTs or{{ cdt_build_number|int + 1000 }}
for new-style CDTslicense_file
key in thecdt_slugs.yaml
file with the path to the appropriate license inlicenses/
NOTE: If you make any changes to
cd_slugs.yaml
, you need to reun the generator code viapython gen_cdt_recipes.py
. Add the--fast
option to make this go more quickly.This PR replaces #45 and incorporates a fix so that old CDT recipes with url-only changes are not edited.