GNU bug report logs - #30596
[PATCH 0/6] Update Ceph and dependencies

Previous Next

Package: guix-patches;

Reported by: Marius Bakke <mbakke <at> fastmail.com>

Date: Sat, 24 Feb 2018 19:02:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Marius Bakke <mbakke <at> fastmail.com>
Cc: 30596 <at> debbugs.gnu.org
Subject: [bug#30596] [PATCH 5/6] gnu: Add cmake <at> 3.11.
Date: Sat, 03 Mar 2018 22:35:26 +0100
Marius Bakke <mbakke <at> fastmail.com> skribis:

> * gnu/packages/patches/cmake-3.11-pthread-fix.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Register it.
> * gnu/packages/cmake.scm (cmake-3.11): New public variable.

[...]

> +;; Recent Ceph requires Boost 1.66, which in turn requires CMake 3.11 for
> +;; its updated "FindBoost.cmake" facility.
> +(define-public cmake-3.11

The actual upgrade is for ‘core-updates’ as well I guess?

> +    (arguments
> +     `(,@(substitute-keyword-arguments (package-arguments cmake)
> +           ((#:phases phases)

Or simply:

  (arguments
    (substitute-keyword-arguments …))

Otherwise LGTM, thanks!

Ludo’.




This bug report was last modified 7 years and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.