~ruther/guix-local

61b31ac4 — Oleg Pykhalov 8 years ago
gnu: Update emacs-rainbow-mode to 0.13.

* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
86a9b163 — Oleg Pykhalov 8 years ago
gnu: python-internetarchive: Update to 1.7.1.

* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
58f3d459 — Tobias Geerinckx-Rice 8 years ago
gnu: python-marshmallow: Update to 3.0.0b3.

* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3.
4ecab114 — Tobias Geerinckx-Rice 8 years ago
gnu: python-pylast: Update to 1.9.0.

* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
3592a572 — Tobias Geerinckx-Rice 8 years ago
gnu: lollypop: Update to 0.9.244.

* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
9f9d2a72 — Tobias Geerinckx-Rice 8 years ago
gnu: gspell: Update to 1.4.2.

* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
3ce16aea — Marius Bakke 8 years ago
gnu: imagemagick: Update to 6.9.9-9.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9.
51eecee7 — Marius Bakke 8 years ago
gnu: feh: Update to 2.19.3.

* gnu/packages/image-viewers.scm (feh): Update to 2.19.3.
88648855 — Tobias Geerinckx-Rice 8 years ago
gnu: perl-net-dns: Update to 1.12.

* gnu/packages/networking.scm (perl-net-dns): Update to 1.12.
46057c0a — Tobias Geerinckx-Rice 8 years ago
gnu: zstd: Update to 1.3.1.

* gnu/packages/compression.scm (zstd): Update to 1.3.1.
6c171ff4 — Dave Love 8 years ago
gnu: openmpi: Configure without vampirtrace.

VT is obsoleted by scorep (not currently packaged) and disabling it reduces
the closure considerably.

* mpi.scm (openmpi)[arguments]: Configure without vampirtrace.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
df981d8b — Dave Love 8 years ago
gnu: openmpi: Modify configuration to reduce closure.

devel-headers are only for building MCA components, produce a large
closure and aren't normally packaged.  Only the affinity component of
mpi-ext is useful.

* gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure
--with-devel-headers and --enable-mpi-ext=all.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0d97d3cb — Dave Love 8 years ago
gnu: openmpi: Remove references to compiler pathnames in "_info" programs.

This reduces the closure greatly, but note that the Fortran .mod files are
gfortran version-specific, so there should probably be development packages
for each incompatible version.  (The runtime is supposed to be more-or-less
version-independent unless the libgfortran soname changes.)  There may still
be a case for a separate runtime output.

* gnu/packages/mpi.scm (openmpi)[arguments]: Add "remove-absolute" phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
84bf845a — Dave Love 8 years ago
gnu: valgrind: Add separate "doc" output.

* gnu/packages/valgrind.scm (valgrind)[outputs]: New field.
[arguments]: Add 'install-doc' phase.

Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
327404ae — Dave Love 8 years ago
gnu: openmpi: Remove "static" output.

--enable-static removes dynamically-loaded MCA components.

* gnu/packages/mpi.scm (openmpi)[outputs]: Remove field.
[arguments]: Don't configure with --enable-static; remove
'move-static-libraries' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
685bef2b — Dave Love 8 years ago
gnu: openmpi: Add separate variant with thread-multiple support.

* gnu/packages/mpi.scm (openmpi)[arguments]: Remove
"--enable-mpi-thread-multiple".
(openmpi-thread-multiple): New variable.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
cf684d87 — Theodoros Foradis 8 years ago
gnu: z3: Build Python bindings.

* gnu/packages/maths.scm (z3): Add python bindings.
[build-system]: Change to cmake-build-system.
[arguments]: Remove "changedir" phase.  Add "bootstrap" and
"make-test-z3" phases; replace the "check" phase.
Add #:configure-flags.  Remove #:test-target.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bd2e3210 — Efraim Flashner 8 years ago
gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.

* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
gnu: gnurl: Update to 7.55.1.

* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
1dbd3432 — Efraim Flashner 8 years ago
gnu: vifm: Update to 0.9.

* gnu/packages/vim.scm (vifm): Update to 0.9.
[source]: Add alternate uri.
[arguments]: Remove build timestamp. Add phase to install vim plugins
into vim plugin directory. Patch more shebangs.
Next