[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.1-262-gc9f9413
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.1-262-gc9f9413 |
Date: |
Wed, 27 Mar 2013 14:54:36 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via c9f94132ca854bf49fe9b6d3dd1c16cf80fe2709 (commit)
via 5c126b645eab6cdfee3d72cb4a0980519994442f (commit)
via 832abc76874e8041096bdcd23b7a3a68d6439180 (commit)
via e9c0b9446bf9b76448349dce1a026eb010038a67 (commit)
via 785db4d877959c0b948859d19dff22384924fae4 (commit)
from 0b5aa854a0387d10c48488f408ffa21367ea48ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c9f94132ca854bf49fe9b6d3dd1c16cf80fe2709
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 27 15:50:18 2013 +0100
download: Remove unreliable GNU mirror.
* guix/download.scm (%mirrors)[gnu]: Remove ftp.chg.ru.
commit 5c126b645eab6cdfee3d72cb4a0980519994442f
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 27 15:47:48 2013 +0100
gnu: Add libelf.
* gnu/packages/gcc.scm (libelf): New variable.
commit 832abc76874e8041096bdcd23b7a3a68d6439180
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 27 15:37:27 2013 +0100
gnu: Add ISL and CLooG.
* gnu/packages/gcc.scm (%gcc-infrastructure, isl, cloog): New variables.
commit e9c0b9446bf9b76448349dce1a026eb010038a67
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 27 15:13:25 2013 +0100
gnu: Move GCC to its own module.
* gnu/packages/base.scm (gcc-4.7): Move to...
* gnu/packages/gcc.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
commit 785db4d877959c0b948859d19dff22384924fae4
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 27 15:01:30 2013 +0100
glib: Patch around prlimit(2) failure.
* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
[inputs]: Add `patch/tests-prlimit'.
[arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 6 +-
gnu/packages/base.scm | 114 +------------
gnu/packages/gcc.scm | 241 +++++++++++++++++++++++++
gnu/packages/glib.scm | 9 +-
gnu/packages/patches/glib-tests-prlimit.patch | 14 ++
guix/download.scm | 1 -
6 files changed, 266 insertions(+), 119 deletions(-)
create mode 100644 gnu/packages/gcc.scm
create mode 100644 gnu/packages/patches/glib-tests-prlimit.patch
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.1-262-gc9f9413,
Ludovic Courtès <=