Ahmed Sobhy

Results 3 issues of Ahmed Sobhy

I am cross compiling libtorch for QNX and I came across cpuinfo which does not have an implementation for QNX. Is there a way to build libtorch and bypass cpuinfo?...

enhancement

https://github.com/ros2/rmw_connextdds/blob/46b23ca3ca718ab4c624898b1e543b0b3e57000d/rti_connext_dds_cmake_module/cmake/rti_build_helper.cmake#L562 should be: ``` if(NOT CONNEXTDDS_ARCH) rti_guess_connextdds_arch() if(NOT CONNEXTDDS_ARCH) return() endif() endif() ```

I cross compiled netifaces for QNX. I had to patch the setup.py file and I was wondering if you would be interested in adding a patch to the code to...