Nick Avramoussis

Results 167 comments of Nick Avramoussis

Thanks @mathstuf, this is indeed sorely needed! Would you be able to or consider contributing any of these changes?

It seems that the original PR to address this (#672) took the examples you listed literally as the only cases of these in the VDB codebase. I'll re-open this issue....

Hi folks, thanks for your feedback - I agree the static build workflow for VDB on Windows is not ideal and really needs some docs. In regards to your specific...

Made some minor comments - haven't tested but looks good

> Looks great, thanks Nick! C++17, woo! > > Happy for this to go in when we can get the CI to pass. I don't know why the Houdini builds...

Thanks @e4lam, It's just odd that we have builds on the VFX2021 image using the same-ish settings but without linking against Houdini libs which are passing: fail: https://github.com/AcademySoftwareFoundation/openvdb/runs/7723876851?check_suite_focus=true pass: https://github.com/AcademySoftwareFoundation/openvdb/runs/7723872597?check_suite_focus=true...

> @Idclip I don't think the allocator will matter It was more if it's actually a weird linker script doing something funky. > Your linker line links against boost iostreams,...

The more I think about it the more my comment doesn't make sense either... just need to debug it

We had a chat about this in the TSC. We think it's to do with some cmake injecting the houdini dsolib as a search folder with `-L/github/home/houdini_install/hou/dsolib` and causing ld...