From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: cmake: Update to 3.1.3. Date: Thu, 26 Feb 2015 10:41:30 -0500 Message-ID: <87wq34y91x.fsf@netris.org> References: <1424960281-10505-1-git-send-email-iyzsong@gmail.com> <20150226150315.GA15436@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR0Z6-0003TH-Fp for guix-devel@gnu.org; Thu, 26 Feb 2015 10:41:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR0Yw-0000vH-9N for guix-devel@gnu.org; Thu, 26 Feb 2015 10:41:28 -0500 Received: from world.peace.net ([50.252.239.5]:42735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR0Yw-0000vA-6V for guix-devel@gnu.org; Thu, 26 Feb 2015 10:41:18 -0500 In-Reply-To: <20150226150315.GA15436@debian> (Andreas Enge's message of "Thu, 26 Feb 2015 16:03:15 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > On Thu, Feb 26, 2015 at 10:18:01PM +0800, =E5=AE=8B=E6=96=87=E6=AD=A6 wro= te: >> * gnu/packages/cmake.scm (cmake): Update to 3.1.3. > > Excellent, it all looks good! Do you think it would be useful to create a > wip-cmake branch first and to build it on hydra, to see whether there wil= l be > many breakages in our existing packages, or do you think the risk is > sufficiently low to push to master directly? I think this should go to core-updates, because it will cause a lot of rebuilds, and a core-updates merge should happen fairly soon anyway. We don't have the tools to determine the exact number of rebuilds, but openjpeg alone (which uses cmake-build-system) would cause about 807 rebuilds. Thanks! Mark