qt-3d: add new package for Qt3D (Qt6)#4883
Conversation
|
Requires #4882 because I only tested the newest version. |
|
|
||
| license("LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only", checked_by="melven") | ||
|
|
||
| version("6.11.1", commit="1f4c3a7548201bcad21a273a49060c96ad9ff3a9", submodules=True) |
There was a problem hiding this comment.
Does this need to use the commit + submodules even when you use the external assimp? The disadvantage of using the commit-based versioning is that spack checksum qt3d won't pick up any new versions for adding.
There was a problem hiding this comment.
Ah sorry.
It does not pick up the external assimp, so I removed the assimp dependency instead.
I tried some workarounds by setting CMake flags / qt features but didn't get it to work...
There was a problem hiding this comment.
Hi @wdconinc
this would be ready for merging from my side, so we can continue with the PySide6 PR.
|
@spackbot fix style |
|
Let me see if I can fix that for you! |
|
I was able to run spack style --fixrepos/spack_repo/builtin/packages/qt_3d/package.py
�[1;34m==> �[0mrunning ruff format
1 file reformatted
�[1;34m==> �[0mrunning ruff check
All checks passed!
�[1;34m==> �[0mstyle checks passed
I've updated the branch with style fixes. |
Adds a package for the Qt3d in Qt6.