[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (809b396 -> dac7928)
From: |
guix-commits |
Subject: |
branch master updated (809b396 -> dac7928) |
Date: |
Fri, 29 Nov 2019 09:54:27 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 809b396 gnu: rclone: Update to 1.50.2.
new f02fc04 gnu: xterm: Update to 351.
new 68ac34e gnu: openmpi: Increase priority of the PSM component.
new b6b014b daemon: 'pathExists' uses 'statx' when available.
new 403604c gnu: Add tdlib.
new 55e1dfa ui: Factorize 'with-profile-lock'.
new 3f8e890 ui: 'with-profile-lock' keeps going upon ENOLCK.
new dac7928 tests: Fix race condition in profile locking test.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.dir-locals.el | 1 +
gnu/local.mk | 2 +-
gnu/packages/messaging.scm | 47 ++++++++++++++++++++++
gnu/packages/mpi.scm | 2 +-
...priority.patch => openmpi-mtl-priorities.patch} | 14 +++++++
gnu/packages/xorg.scm | 4 +-
guix/build/syscalls.scm | 4 +-
guix/scripts/package.scm | 6 +--
guix/scripts/pull.scm | 6 +--
guix/ui.scm | 25 +++++++++++-
nix/libutil/util.cc | 5 +++
tests/guix-package.sh | 4 +-
12 files changed, 102 insertions(+), 18 deletions(-)
rename gnu/packages/patches/{openmpi-psm2-priority.patch =>
openmpi-mtl-priorities.patch} (59%)
- branch master updated (809b396 -> dac7928),
guix-commits <=
- 03/07: daemon: 'pathExists' uses 'statx' when available., guix-commits, 2019/11/29
- 01/07: gnu: xterm: Update to 351., guix-commits, 2019/11/29
- 02/07: gnu: openmpi: Increase priority of the PSM component., guix-commits, 2019/11/29
- 05/07: ui: Factorize 'with-profile-lock'., guix-commits, 2019/11/29
- 04/07: gnu: Add tdlib., guix-commits, 2019/11/29
- 06/07: ui: 'with-profile-lock' keeps going upon ENOLCK., guix-commits, 2019/11/29
- 07/07: tests: Fix race condition in profile locking test., guix-commits, 2019/11/29