From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH] gnu: cmake: Bump to 2.8.12 Date: Thu, 24 Oct 2013 00:41:16 +0200 Message-ID: <1382568076-1229-1-git-send-email-tipecaml@gmail.com> References: <87ob6gpd5k.fsf@karetnikov.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ772-0001VH-N3 for guix-devel@gnu.org; Wed, 23 Oct 2013 18:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ76x-0005z7-H3 for guix-devel@gnu.org; Wed, 23 Oct 2013 18:41:12 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:54515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ76x-0005z3-9p for guix-devel@gnu.org; Wed, 23 Oct 2013 18:41:07 -0400 Received: by mail-wg0-f46.google.com with SMTP id m15so1510605wgh.25 for ; Wed, 23 Oct 2013 15:41:05 -0700 (PDT) In-Reply-To: <87ob6gpd5k.fsf@karetnikov.org> 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: guix-devel@gnu.org * gnu/packages/cmake.scm: bump to 2.8.12 --- gnu/packages/cmake.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Our Nix friends seem to think that this is a cmake issue, likely to be fixed in 2.8.12: http://www.mail-archive.com/nix-dev@lists.science.uu.nl/msg10114.html Could you apply this patch and try to build lapack ? If this works, I'll push it after making sure it does not break Qt (which implies fixing pulseaudio...) Cyril. diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index a5c3d45..84873f4 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -27,7 +27,7 @@ (define-public cmake (package (name "cmake") - (version "2.8.10.2") + (version "2.8.12") (source (origin (method url-fetch) (uri (string-append @@ -36,7 +36,7 @@ (string-index version #\. (+ 1 (string-index version #\.)))) "/cmake-" version ".tar.gz")) (sha256 - (base32 "1c8fj6i2x9sb39wc9av2ighj415mw33cxfrlfpafcvm0knrlylnf")) + (base32 "11q21vyrr6c6smyjy81k2k07zmn96ggjia9im9cxwvj0n88bm1fq")) (patches (list (search-patch "cmake-fix-tests.patch"))))) (build-system gnu-build-system) (arguments -- 1.8.4.rc3