conda-forge / cdt-builds

conda-forge cdt builds
BSD 3-Clause "New" or "Revised" License
4 stars 22 forks source link

Add more CDTs required by Qt #53

Closed andfoy closed 3 years ago

andfoy commented 3 years ago

Please see the repo readme for directions on how to make PRs on this repo.

Checklist:

NOTE: If you make any changes to cd_slugs.yaml, you need to reun the generator code via python gen_cdt_recipes.py.

isuruf commented 3 years ago

Why not use https://github.com/conda-forge/avahi-feedstock ?

andfoy commented 3 years ago

@beckermr, I think I ran into the same problem as last time

andfoy commented 3 years ago

@isuruf, I think that one is for Python? https://anaconda.org/conda-forge/python-avahi

andfoy commented 3 years ago

Actually, I downloaded some of the tarballs, and they not contain any binaries

beckermr commented 3 years ago

@andfoy Try rerunning the gen script again.

isuruf commented 3 years ago

Ah, okay. Let's make a new package for avahi then. CDTs are for low level libraries and avahi doesn't seem to be one.

andfoy commented 3 years ago

@isuruf, so should I remove the avahi packages from this PR?

beckermr commented 3 years ago

@andfoy I am not sure how you are doing things locally. I simply ran the gen script and it fixed up all of the license issues in your build.

isuruf commented 3 years ago

libcom_err is provided by https://github.com/conda-forge/e2fsprogs-feedstock

andfoy commented 3 years ago

@beckermr, I'm basically running python gen_cdt_recipes.py, I don't know if the fact of being in Ubuntu makes any difference? I had to install rpm

andfoy commented 3 years ago

So, as a summary, this PR will be closed because we need to create an avahi package in staged-recipes and libcom_err is being provided by e2fsprogs

beckermr commented 3 years ago

I am not sure what "basically" means above. Did you kill the script early or anything like that?

andfoy commented 3 years ago

I am not sure what "basically" means above. Did you kill the script early or anything like that?

No, I did not interrupt the script