Re: [cmake-developers] parallel install of different cmake versions

2015-12-18 Thread Brad King
On 12/17/2015 10:05 PM, Orion Poplawski wrote: > I'm not sure this would work. There seems to be many places in the code > (some of which the patch addresses) where it calls executes "cmake" or > "ctest" regardless of the name it was called with. AFAIK those all use an absolute path. We don't

Re: [cmake-developers] parallel install of different cmake versions

2015-12-18 Thread Alan W. Irwin
On 2015-12-17 20:16-0700 Orion Poplawski wrote: On 12/14/2015 08:56 AM, Eric Noulard wrote: +1 Personnally when I installed several version of CMake I do install them with a particular prefix and then I use update-alternatives(1) to install proper symlinks to the specific location. I switch

Re: [cmake-developers] parallel install of different cmake versions

2015-12-17 Thread Orion Poplawski
On 12/14/2015 07:42 AM, Brad King wrote: On 12/11/2015 06:42 PM, Orion Poplawski wrote: For Fedora EPEL we often end up packaging newer versions of cmake as cmakeXY (e.g. cmake34) that can be installed in parallel with the system cmake. This is a fairly invasive process. I'm attaching the

Re: [cmake-developers] parallel install of different cmake versions

2015-12-17 Thread Orion Poplawski
On 12/14/2015 08:56 AM, Eric Noulard wrote: 2015-12-14 15:42 GMT+01:00 Brad King >: On 12/11/2015 06:42 PM, Orion Poplawski wrote: > For Fedora EPEL we often end up packaging newer versions of cmake as cmakeXY > (e.g. cmake34)

Re: [cmake-developers] parallel install of different cmake versions

2015-12-14 Thread Eric Noulard
2015-12-14 15:42 GMT+01:00 Brad King : > On 12/11/2015 06:42 PM, Orion Poplawski wrote: > > For Fedora EPEL we often end up packaging newer versions of cmake as > cmakeXY > > (e.g. cmake34) that can be installed in parallel with the system cmake. > This > > is a fairly

Re: [cmake-developers] parallel install of different cmake versions

2015-12-14 Thread Brad King
On 12/11/2015 06:42 PM, Orion Poplawski wrote: > For Fedora EPEL we often end up packaging newer versions of cmake as cmakeXY > (e.g. cmake34) that can be installed in parallel with the system cmake. This > is a fairly invasive process. I'm attaching the current patch I'm working on > for this.

[cmake-developers] parallel install of different cmake versions

2015-12-11 Thread Orion Poplawski
For Fedora EPEL we often end up packaging newer versions of cmake as cmakeXY (e.g. cmake34) that can be installed in parallel with the system cmake. This is a fairly invasive process. I'm attaching the current patch I'm working on for this. Is there any interest in cmake itself for supporting