[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (341afe2 -> 457fc22)
From: |
Ludovic Courtès |
Subject: |
branch master updated (341afe2 -> 457fc22) |
Date: |
Tue, 23 Jan 2018 04:43:46 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 341afe2 gnu: parallel: Update source hash.
new cba386c build: Expand ‘scripts/guix’ at Make time.
new 8bf127d gnu: gnurl: Add '--with-ca-bundle' path to
configure-flags.
new bfe88e0 gnu: Add 'pyconfigure'.
new 6055e88 gnu: Add python-yapf.
new a893dc2 gnu: rct: Add missing headers, enable RTTI.
new 457fc22 gnu: rtags: Fix the bundling issue.
The 6 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:
Makefile.am | 20 +++++-
configure.ac | 3 +-
gnu/local.mk | 2 +
gnu/packages/autotools.scm | 36 +++++++++++
gnu/packages/code.scm | 53 ++++++++++------
gnu/packages/cpp.scm | 6 +-
gnu/packages/gnunet.scm | 5 +-
gnu/packages/patches/rct-add-missing-headers.patch | 43 +++++++++++++
gnu/packages/patches/rtags-separate-rct.patch | 72 ++++++++++++++++++++++
gnu/packages/python.scm | 24 ++++++++
scripts/guix.in | 31 ++--------
11 files changed, 244 insertions(+), 51 deletions(-)
create mode 100644 gnu/packages/patches/rct-add-missing-headers.patch
create mode 100644 gnu/packages/patches/rtags-separate-rct.patch
- branch master updated (341afe2 -> 457fc22),
Ludovic Courtès <=
- 03/06: gnu: Add 'pyconfigure'., Ludovic Courtès, 2018/01/23
- 02/06: gnu: gnurl: Add '--with-ca-bundle' path to configure-flags., Ludovic Courtès, 2018/01/23
- 05/06: gnu: rct: Add missing headers, enable RTTI., Ludovic Courtès, 2018/01/23
- 04/06: gnu: Add python-yapf., Ludovic Courtès, 2018/01/23
- 06/06: gnu: rtags: Fix the bundling issue., Ludovic Courtès, 2018/01/23
- 01/06: build: Expand ‘scripts/guix’ at Make time., Ludovic Courtès, 2018/01/23