~ruther/guix-local

ref: 42422cc2f1c9c05c7bfb075a8bc360b8bb7eaee4 guix-local/gnu d---------
42422cc2 — Ludovic Courtès 12 years ago
gnu: Add pciutils.

* gnu/packages/pciutils.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
67b66003 — Ludovic Courtès 12 years ago
gnu: Add numactl.

* gnu/packages/linux.scm (numactl): New variable.
85a84cbd — Eric Bavier 12 years ago
gnu: openmpi: Fix typo in download uri

* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
0fc54d4b — Eric Bavier 12 years ago
gnu: fftw: Add dependency on openmpi.

* gnu/packages/algebra.scm (fftw)[inputs,arguments]: Add OpenMPI.
2cf287df — Eric Bavier 12 years ago
gnu: fftw: Upgrade to 3.3.4

* gnu/packages/algebra.scm (fftw): Upgrade to 3.3.4.
a00dd9fb — Ludovic Courtès 12 years ago
services: Add service to cleanly unmount the root file system.

* gnu/services/base.scm (root-file-system-service,
  user-processes-service): New procedures.
  (mingetty-service, nscd-service, syslog-service, guix-service): Add
  requirement on 'user-processes'.
  (%base-services): Add (user-processes-service)
  and (root-file-system-service).
* gnu/services/xorg.scm (slim-service): Add requirement on
  'user-processes'.
8ede638c — Eric Bavier 12 years ago
gnu: openmpi: Avoid "open source" verbiage

* gnu/packages/mpi.scm (openmpi)[synopsis,description]: Remove mention
  of "open source".
d8c7eeb9 — Eric Bavier 12 years ago
gnu: Add petsc-openmpi.

* gnu/packages/maths.scm (petsc-openmpi): New variable.
  (petsc-complex-openmpi): New variable.
10b11968 — Eric Bavier 12 years ago
gnu: petsc: Clean some more leaked chroot references

* gnu/packages/maths.scm (petsc)[arguments]: Scrub some
  config-generated header files before build.  Only remove files if
  they exist.
fb0e3709 — Eric Bavier 12 years ago
gnu: Add OpenMPI

* gnu/packages/mpi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
ce2df078 — Ludovic Courtès 12 years ago
gnu: Make $XDG_DATA_DIRS a search path variable for GLib.

* gnu/packages/glib.scm (glib): Add 'native-search-paths' and
  'search-paths' fields.
* gnu/packages/gnome.scm (libpeas): Remove 'arguments' field.
  (librsvg)[arguments]: Remove #:modules and #:imported-modules.
  Remove settings of INTROSPECTION_SCANNER_ARGS and
  INTROSPECTION_COMPILER_ARGS in makefiles.
* gnu/packages/gtk.scm (gtk+): Likewise.
141aed80 — Ludovic Courtès 12 years ago
gnu: gobject-introspection is usually meant to be a native input.

* gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+): Move
  gobject-introspection to 'native-inputs' since it's only used at build
  time.
* gnu/packages/gnome.scm (libpeas): Move pkg-config,
  gobject-introspection, and intltool to 'native-inputs'.
63016e7c — Ludovic Courtès 12 years ago
gnu: Add librsvg.

* gnu/packages/gnome.scm (librsvg): New variable.
26a728eb — Ludovic Courtès 12 years ago
linux-initrd: Delete files from the initrd ramfs when switching roots.

* guix/build/linux-initrd.scm (switch-root): Delete file from the old
  root.  Chdir to / after 'chroot' call.  Re-open file descriptors 0, 1,
  and 2.
  (boot-system): Move 'loading' message after the 'switch-root' call.
* gnu/system.scm (operating-system-boot-script): Add loop that closes
  file descriptor before calling 'execl'.
94e3029a — Ludovic Courtès 12 years ago
gnu: pius: Use Python 2.

* gnu/packages/gnupg.scm (pius): Use Python 2.
78214b4b — Ludovic Courtès 12 years ago
gnu: make-bootstrap: Add missing export.

* gnu/packages/make-bootstrap.scm: Export '%guile-static-stripped'.  The
  problem was hidden because of <http://bugs.gnu.org/17418>.
f57d2639 — Ludovic Courtès 12 years ago
gnu: e2fsprogs: Install the libext2fs Info manual.

* gnu/packages/linux.scm (e2fsprogs)[native-inputs]: Add TEXINFO.
0997771a — Ludovic Courtès 12 years ago
gnu: e2fsprogs: Use 'static-package' for the statically-linked variant.

* gnu/packages/linux.scm (e2fsprogs/static): Remove.
  (e2fsck/static): Use (static-package e2fsprogs) instead.
fd42e6b8 — Ludovic Courtès 12 years ago
gnu: gdb: Upgrade to 7.7.1.

* gnu/packages/gdb.scm (gdb): Upgrade to 7.7.1.
03f45001 — Ludovic Courtès 12 years ago
gnu: gdb: Add dependency on libxml2.

* gnu/packages/gdb.scm (gdb)[inputs]: Add LIBXML2.
Next