Use angle brackets for non-relative paths
Since Ken mentioned that he wants angle brackets, I also created an angle bracket PR and this would be the counterpart to https://github.com/AcademySoftwareFoundation/openvdb/pull/1363.
It shortens the relative paths that could be shortened and unifies all not relative paths to use angle brackets.
Sorry for the ping, but would be great, if you could run the CI and maybe take a look. (you took a look at the previous PR https://github.com/AcademySoftwareFoundation/openvdb/pull/1363) @jmlait @Idclip @danrbailey
I've just pulled master without conflicts, because the CI failed. Maybe this can fix the issues. On Windows TBB was missing. (failed Action)
can you try this in your fork:
git fetch upstream
git merge upstream/master
git push origin angle-brackets
assuming you previously did
git remote add upstream [email protected]:AcademySoftwareFoundation/openvdb.git
Thanks for the suggestion Ken, but the branch is already merged with the latest commit of the upstream OpenVDB version (0efd583) And as said, only the non-related NanoVDB build is failing, because of CUDA. I don't know if it would change anything, but maybe rerunning the CI without a change could work, if something blocked the install.