Re: Supporting multiple python runtimes with automake

2018-01-31 Thread Yuval Turgeman
Hi, Thanks for the feedback ! What you described is what we are doing today, it does the job nicely, I just thought it would be nice to avoid 2 calls. Honestly, both VPATH and my patch feel a little hackish to me, and the existing way is not really that painful, I guess. Your call, I will not be

Re: Supporting multiple python runtimes with automake

2018-01-31 Thread Mathieu Lirzin
Yuval Turgeman writes: > Because when I want to package an rpm, I have a single %build and > %install in my spec, so my second call to configure will override the > first, and then i will need to run make install. So the process would > be result in something like > > (from %build) > configure PY