On Tue, 08 Nov 2022 14:39:37 +0100 Drew Parsons <dpars...@debian.org> wrote: > Source: scipy > Followup-For: Bug #1020561 > > I appreciate the dilemma, but I think we won't be able to avoid it.
> To avoid the C++ compiler then, the choice would have to be to not use > pythran with scipy. I can see why pythran would want to use the compiler and scipy want to get the maximum advantage. Still, if it's not necessary, this is a big drawback and especially so if an application was depending on these through some chain. One solution that comes to mind would be having two versions of some part of this chain where one depends on and uses a compiler and the other doesn't. Both would provide the dependency but have different build options. Some conflict or replacement scheme would stop installing both. This would be extra trouble of course.