Replies: 3 comments 1 reply
-
We are currently packaging for these platforms: Ubuntu 18.04 (bionic): gcc 7.4.0 And I will try to get Ubuntu 24.04 packaging to work as well: Ubuntu 24.04 (noble): gcc 13.2.0 It is obviously a judgement call at what point you want to drop support for older compiler versions. |
Beta Was this translation helpful? Give feedback.
-
I think we should only consider dropping the gcc9+TBB combo for the python wrapper. That way we can still support gcc9 for the various packages, but compiling for the wrapper with TBB support is left to the user. |
Beta Was this translation helpful? Give feedback.
-
Ok. @varunagrawal do you know how to just disable that combo? I’m good with that plan. |
Beta Was this translation helpful? Give feedback.
-
One of the tests in gcc9 takes hours now (some discrete lookup test, only with TBB). I could go check out what is going on, but is gcc9 still of use? Can we just kill all gcc9 and save some CO2? Esp. Interested in @jlblancoc and @berndpfrommer knowledge around packaging for Linux and ROS.
Beta Was this translation helpful? Give feedback.
All reactions