-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SuperBuild fails on QT #503
Comments
Interesting. It looks like qbytearraymatcher.h is missing |
It certainly is possible. We are trying to make a release now based on the latest KWIVER and Fletch releases. I believe @chetnieter is updating the hashes as part of this. Hopefully that addresses the issue. |
With fletch and kwiver set to the latest releases as well as a few other fixes I have made that are already in master the superbuild builds for me on Linux and MacOS. I will go ahead and create a PR with new tags for fletch and kwiver. |
#508 updates the tags for kwiver and fletch. I have confirmed it builds for me on MacOS (10.14.6) and Linux (Ubuntu 18.04). |
@skinkie The tags for kwiver and fletch have now been updated in the master branch. Could you check and see if this resolves your issue? I would suggest you try and clean build. |
@chetnieter will do. |
Building on Ubuntu now fails on the CUDA part.
|
It seems our older version of OpenCV is not compatible with CUDA 11. Fletch provides a new version, but we haven't configured TeleSculptor to use it. I'm going to upgrade our 3rd party packages to the latest provided in Fletch. |
Is it correct this isn't done yet? |
We have updated OpenCV in the release branch but have discovered another minor issue when building against CUDA. A fix for that should be committed soon. |
@Baasje85 The CUDA issues should be resolved in the release branch now. |
@chetnieter we are going to check it out. |
The text was updated successfully, but these errors were encountered: