guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: cmake: Update to 3.3.1.


From: ???
Subject: 02/02: gnu: cmake: Update to 3.3.1.
Date: Mon, 14 Sep 2015 15:06:36 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 1b7b7f27bd09f3a85159435a3669c69e0d80ff97
Author: 宋文武 <address@hidden>
Date:   Mon Sep 14 21:05:38 2015 +0800

    gnu: cmake: Update to 3.3.1.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.3.1.  Enable parallel
      tests.
---
 gnu/packages/cmake.scm |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 6f8b9f6..128f037 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -36,7 +36,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.2.2")
+    (version "3.3.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -44,12 +44,11 @@
                    (version-major+minor version)
                    "/cmake-" version ".tar.gz"))
              (sha256
-              (base32 "0y3w83al0vh9ll7fnqm3nx7l8hsl85k8iv9abxb791q36rp4xsdd"))
+              (base32 "1mp32dqywk4dfw7zmpgp31axszv7h74yk69g273z21q7d8n04rfd"))
              (patches (list (search-patch "cmake-fix-tests.patch")))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-       #:parallel-tests? #f ; 3 test from RunCMake fails
        #:phases (alist-cons-before
                  'configure 'patch-bin-sh
                  (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]