[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (405be8d -> ffde82c)
From: |
Ludovic Courtès |
Subject: |
branch master updated (405be8d -> ffde82c) |
Date: |
Mon, 24 Oct 2016 23:23:08 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 405be8d gnu: efl: Update to 1.18.2.
new 8c00b83 services: nginx: Virtual hosts are first-class
configuration items.
new 3b5783f gnu: Add guile-bytestructures
new d3c4f3b gnu: Add hdf-eos2.
new d91025e gnu: Add coda.
new ffde82c system: grub: Use Guile-{RSVG,Cairo} instead of Inkscape
+ ImageMagick.
The 5 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:
doc/guix.texi | 50 +++-
gnu/build/svg.scm | 69 +++++
gnu/local.mk | 4 +
gnu/packages/guile.scm | 81 ++++++
gnu/packages/maths.scm | 66 +++++
gnu/packages/patches/hdf-eos2-build-shared.patch | 25 ++
gnu/packages/patches/hdf-eos2-fortrantests.patch | 329 ++++++++++++++++++++++
gnu/packages/patches/hdf-eos2-remove-gctp.patch | 55 ++++
gnu/services/web.scm | 92 +++++-
gnu/system/grub.scm | 41 ++-
10 files changed, 785 insertions(+), 27 deletions(-)
create mode 100644 gnu/build/svg.scm
create mode 100644 gnu/packages/patches/hdf-eos2-build-shared.patch
create mode 100644 gnu/packages/patches/hdf-eos2-fortrantests.patch
create mode 100644 gnu/packages/patches/hdf-eos2-remove-gctp.patch
- branch master updated (405be8d -> ffde82c),
Ludovic Courtès <=
- 04/05: gnu: Add coda., Ludovic Courtès, 2016/10/24
- 02/05: gnu: Add guile-bytestructures, Ludovic Courtès, 2016/10/24
- 01/05: services: nginx: Virtual hosts are first-class configuration items., Ludovic Courtès, 2016/10/24
- 05/05: system: grub: Use Guile-{RSVG, Cairo} instead of Inkscape + ImageMagick., Ludovic Courtès, 2016/10/24
- 03/05: gnu: Add hdf-eos2., Ludovic Courtès, 2016/10/24