conda-forge / omniorb-feedstock

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

Fix pkgconfig #35

Closed beenje closed 1 year ago

beenje commented 1 year ago

Checklist

Move lib/pkgconfig to omniorb-libs. Without those files, pkg-config can't find the libraries when installing only omniorb-libs.

This should avoid having to install omniorb as build/host requirement.

I also noticed a lot of extra files included in omniorb when testing the build locally. The output was relying on conda-build to filter on new files but that's not supposed to work when specifying multiple outputs. Not sure why it worked until now. I listed explicitly all files to include (using some regex on files - can't be used on directories). I compared the list of files with previous packages.

conda-forge-webservices[bot] commented 1 year 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.

beenje commented 1 year ago

@conda-forge-admin, please rerender