Wouter Deconinck
Wouter Deconinck
> I also can't say I understand the qt package structure with `qt` (=6) + `qt-5compat`. With qt=6 we split it into different packages for different components, similar to how...
This will need a rebase. I can't convince it to use a Qt6 installation (or the compatibility layer isn't detected).
> With the qt-5compat spack package, what is the correct way to locate the compatibility component using CMake? Is it a separate find_package call? It should be sufficient to just...
@paulgessinger If this currently works with `qt` (not `qt-5compat`), then I think it's fine to go ahead with this. Please confirm and I'll merge. I found some time to tinker...
Nevermind, I see it is requiring `qt` now, so I'll go ahead and merge right away.
@bernhardkaindl This PR is now enabled by the `qt-tools` addition. I updated the PR description with current test build output.
Try with #47424. That fixes rpath handling.
> Try with #47424. That fixes rpath handling. Rebased with this PR merged.
FYI the dependency on openglwidgets is at https://github.com/opencor/qwt/blob/61afb7317ee3283f22dee78143cc6b3f2593f8e3/src/src.pri#L234
> It looks like zstd support needs to be enabled in the CMake recipe. Well, that's a new one... (literally, `cmake` doesn't have `zstd` variant yet). Maybe we can get...