conda-forge / yarp-feedstock

A conda-smithy repository for yarp.
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Rebuild with qt6-main #48

Open conda-forge-admin opened 4 months ago

conda-forge-admin commented 4 months ago

Hi! This is the friendly automated conda-forge-webservice.

I've started rerendering the recipe as instructed in #47.

If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!

Here's a checklist to do before merging.

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

hmaarrfk commented 4 months ago

@conda-forge-admin please rerender

hmaarrfk commented 4 months ago

I'm not sure if you want libQtYARPViewPlugin to be usable by Qt6 applications and Qt5 applications. If so, we might need to address this issue

hmaarrfk commented 4 months ago

@conda-forge-admin please rerender

traversaro commented 4 months ago

Thanks for looking into this @hmaarrfk ! Unfortunately at the moment this just disable all the Qt GUIs, see the log:

2024-06-22T16:23:48.9812175Z --  [ ]   Compile GUIs (dependencies unsatisfied: "YARP_HAS_Qt5") (YARP_COMPILE_GUIS)

There is a related issue upstream in https://github.com/robotology/yarp/issues/3113 .

hmaarrfk commented 4 months ago

ah .... I should have added a test like

programname --help

to catch this

hmaarrfk commented 4 months ago

great well now things fail ;)