[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (cf495c9 -> 16111ad)
From: |
guix-commits |
Subject: |
branch core-updates updated (cf495c9 -> 16111ad) |
Date: |
Tue, 24 Nov 2020 18:07:51 -0500 (EST) |
civodul pushed a change to branch core-updates
in repository guix.
from cf495c9 build-system/python: Set PYTHONDONTWRITEBYTECODE.
new 4f6fbe7 gnu: gsl: Demote conditional phase logic.
new 03cb114 gnu: gsl: Build shared libraries only.
new 04baa01 build-system/gnu: Ignore the result of phase procedures.
new 1129825 gnu: base, commencement: Remove trailing #t from build phases.
new 49eadd2 build-system/minify: Phases no longer return a Boolean.
new 4cebe82 build-system/texlive: Phases no longer return a Boolean.
new 325d00e packages: Ignore return value of origin snippets.
new 3504e39 gnu: base, gcc: Removing trailing #t from snippets.
new 16111ad gnu: gcc: Phases no longer return a Boolean.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/base.scm | 54 +++------
gnu/packages/commencement.scm | 222 +++++++++++++-----------------------
gnu/packages/gcc.scm | 73 +++++-------
gnu/packages/maths.scm | 61 +++++-----
guix/build/gnu-build-system.scm | 99 ++++++----------
guix/build/minify-build-system.scm | 11 +-
guix/build/texlive-build-system.scm | 12 +-
guix/packages.scm | 31 ++---
8 files changed, 212 insertions(+), 351 deletions(-)
- branch core-updates updated (cf495c9 -> 16111ad),
guix-commits <=
- 01/09: gnu: gsl: Demote conditional phase logic., guix-commits, 2020/11/24
- 02/09: gnu: gsl: Build shared libraries only., guix-commits, 2020/11/24
- 06/09: build-system/texlive: Phases no longer return a Boolean., guix-commits, 2020/11/24
- 04/09: gnu: base, commencement: Remove trailing #t from build phases., guix-commits, 2020/11/24
- 05/09: build-system/minify: Phases no longer return a Boolean., guix-commits, 2020/11/24
- 08/09: gnu: base, gcc: Removing trailing #t from snippets., guix-commits, 2020/11/24
- 03/09: build-system/gnu: Ignore the result of phase procedures., guix-commits, 2020/11/24
- 07/09: packages: Ignore return value of origin snippets., guix-commits, 2020/11/24
- 09/09: gnu: gcc: Phases no longer return a Boolean., guix-commits, 2020/11/24