Re: [cmake-developers] [PATCH] Add --no-install-deps to bootstrapping procedure

2015-08-05 Thread Ray Donnelly
On Wed, Aug 5, 2015 at 6:34 PM, Brad King wrote: > On 08/05/2015 11:16 AM, Ray Donnelly wrote: >> MSYS2 uses Pacman to manage package dependencies so without this >> patch, our mingw-w64-cmake-git package ends up bundling all the DLLs >> it depends on which causes conflicts with the packages those

Re: [cmake-developers] [PATCH] Add --no-install-deps to bootstrapping procedure

2015-08-05 Thread Brad King
On 08/05/2015 11:16 AM, Ray Donnelly wrote: > MSYS2 uses Pacman to manage package dependencies so without this > patch, our mingw-w64-cmake-git package ends up bundling all the DLLs > it depends on which causes conflicts with the packages those DLLs > really belong to. I don't think we should requ

[cmake-developers] [PATCH] Add --no-install-deps to bootstrapping procedure

2015-08-05 Thread Ray Donnelly
I left some debug stuff in the last version. Here it is without that; apologies. MSYS2 uses Pacman to manage package dependencies so without this patch, our mingw-w64-cmake-git package ends up bundling all the DLLs it depends on which causes conflicts with the packages those DLLs really belong to.

[cmake-developers] [PATCH] Add --no-install-deps to bootstrapping procedure

2015-08-05 Thread Ray Donnelly
MSYS2 uses Pacman to manage package dependencies so without this patch, our mingw-w64-cmake-git package ends up bundling all the DLLs it depends on which causes conflicts with the packages those DLLs really belong to. Please review. -- Best regards, Ray Donnelly. 0001-configure-Add-no-install-