Reminder
System Info
9544a89
Reproduction
Attempting to build the latest kt-kernel results in:
/home/docshotgun/ktransformers/kt-kernel/ext_bindings.cpp:15:10: fatal error: cpptrace/cpptrace.hpp: No such file or directory
15 | #include <cpptrace/cpptrace.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
A search of the codebase reveals only a single function warmup_cpptrace() in kt-kernel/ext_bindings.cpp that references cpptrace.
The commit description for 9544a89 mentions a squashed commit with the description * revert CMakeLists.txt to main: remove debug flags and cpptrace dep, so perhaps it's not intended for cpptrace to be required for compilation?
Others
No response
Reminder
System Info
9544a89
Reproduction
Attempting to build the latest
kt-kernelresults in:A search of the codebase reveals only a single function
warmup_cpptrace()inkt-kernel/ext_bindings.cppthat referencescpptrace.The commit description for 9544a89 mentions a squashed commit with the description
* revert CMakeLists.txt to main: remove debug flags and cpptrace dep, so perhaps it's not intended forcpptraceto be required for compilation?Others
No response