Daniel Thuerck
Daniel Thuerck
Hi, thanks, I'll look into it. In the meantime, can you scan opencv2.hpp for typedefs? Are they typedef'ing stuff that I do, such as ```luint_t```, for example?
Are linking any other libraries as well? Just by including ``opencv.hpp``, the ``mapmap_demo`` build process fails: ``` /tmp/ccAPiZJb.ltrans4.ltrans.o: In function `cvflann::anyimpl::big_any_policy::static_delete(void**)': :(.text+0xfe5): undefined reference to `cv::String::deallocate()' /tmp/ccAPiZJb.ltrans4.ltrans.o: In function `cvflann::anyimpl::big_any_policy::move(void*...
I have a similar issue when using gcc-13.2 (manually compiled as Fedora 40 only ships gcc-14) and CUDA 12.4. WHen building vllm, one of the headers in pytorch (`./ATen/core/boxing/impl/boxing.h`) caused...
Sure, we can move it there @t-imamichi . In this case, I'd vote that we also move all `lp`-related functions (as you suggested in the PR). Since this breaks the...
@woodsp-ibm Sounds good. I'll proceed then as follows: 1. Create a PR using the move/deprecate logic for current stuff inside `QuadraticProgram` that goes into, e.g., `translators`. 2. After that has...
@woodsp-ibm Thanks for the hints! Should be all done by now, release note is there.
Thanks for the extensive comments, @woodsp-ibm ! I added test cases for the deprecated functions and updated the docs accordingly.