- May 10, 2014
-
-
Ludovic Courtès authored
* gnu/system/vm.scm (operating-system-build-gid): Adjust to new return type of 'operating-system-services' introduced in 217a5b85.
-
Ludovic Courtès authored
* gnu/services/base.scm (file-system-service): New procedure. (user-processes-service): Add 'requirements' parameter. * gnu/services/dmd.scm (dmd-configuration-file): Use (guix build linux-initrd). * guix/build/linux-initrd.scm (guix): Export 'check-file-system'. * gnu/system.scm (file-union): New procedure. (essential-services): Use it. Add that to the returned list.
-
Ludovic Courtès authored
* gnu/services/dmd.scm (dmd-configuration-file): Add derivations for the (guix build syscalls) module, and add that to the load path of dmd.conf. * gnu/services/base.scm (root-file-system-service): Rewrite using the 'sync' and 'mount' procedures.
-
Ludovic Courtès authored
* guix/build/syscalls.scm, tests/syscalls.scm: New files. * Makefile.am (MODULES): Add guix/build/syscalls.scm. (SCM_TESTS): Add tests/syscalls.scm. * guix/utils.scm (%libc-errno-pointer, errno): Remove; take from (guix build syscalls).
-
Ludovic Courtès authored
* guix/build/linux-initrd.scm (mount-file-system): Open /etc/mtab in append mode.
-
- May 09, 2014
-
-
Ludovic Courtès authored
* gnu/services/base.scm (%base-services): Remove calls to 'host-name-service', 'user-processes-service', and 'root-file-system-service'. * gnu/system.scm (<operating-system>)[operating-system-services]: Rename to... [operating-system-user-services]: ... this. (essential-services, operating-system-services): New procedures. (operating-system-accounts, operating-system-etc-directory, operating-system-boot-script, operating-system-derivation): Adjust to new 'operating-system-services' return type.
-
Eric Bavier authored
* gnu/packages/algebra.scm (fftw)[inputs,arguments]: Remove OpenMPI. (fftw-openmpi): New variable.
-
Ludovic Courtès authored
* gnu/packages/mpi.scm (hwloc): New variable. (openmpi): Add TODO comment.
-
Ludovic Courtès authored
* gnu/packages/pciutils.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (numactl): New variable.
-
- May 08, 2014
-
-
Eric Bavier authored
* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
-
Eric Bavier authored
* gnu/packages/algebra.scm (fftw)[inputs,arguments]: Add OpenMPI.
-
Eric Bavier authored
* gnu/packages/algebra.scm (fftw): Upgrade to 3.3.4.
-
Ludovic Courtès authored
* 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'.
-
Ludovic Courtès authored
* guix/build/linux-initrd.scm (switch-root): Simplify /dev/console code. This fixes a bug where we would leak the IN and OUT file descriptors.
-
Ludovic Courtès authored
* doc/guix.texi (G-Expressions): Mention Oleg's work on "staging" in footnote.
-
Ludovic Courtès authored
* guix/build/git.scm (git-fetch): Add 'setenv' call.
-
Eric Bavier authored
* gnu/packages/mpi.scm (openmpi)[synopsis,description]: Remove mention of "open source".
-
Eric Bavier authored
* gnu/packages/maths.scm (petsc-openmpi): New variable. (petsc-complex-openmpi): New variable.
-
Eric Bavier authored
* gnu/packages/maths.scm (petsc)[arguments]: Scrub some config-generated header files before build. Only remove files if they exist.
-
Eric Bavier authored
* gnu/packages/mpi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
Ludovic Courtès authored
* .gitmodules: Use https, not http. Reported by Pjotr Prins <pjotr.public12@thebird.nl>.
-
- May 07, 2014
-
-
Ludovic Courtès authored
* guix/build/linux-initrd.scm (mount-root-file-system): Populate /root/etc/mtab. (mount-file-system): Update ROOT/etc/mtab.
-
Ludovic Courtès authored
* guix/build/gnome.scm: Remove. * Makefile.am (MODULES): Update accordingly.
-
- May 06, 2014
-
-
Ludovic Courtès authored
* 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.
-
Ludovic Courtès authored
* 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'.
-
Ludovic Courtès authored
* gnu/packages/gnome.scm (librsvg): New variable.
-
Ludovic Courtès authored
* 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'.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (pius): Use Python 2.
-
Ludovic Courtès authored
* gnu/packages/make-bootstrap.scm: Export '%guile-static-stripped'. The problem was hidden because of <http://bugs.gnu.org/17418>.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (e2fsprogs)[native-inputs]: Add TEXINFO.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (e2fsprogs/static): Remove. (e2fsck/static): Use (static-package e2fsprogs) instead.
-
Ludovic Courtès authored
* gnu/packages/gdb.scm (gdb): Upgrade to 7.7.1.
-
Ludovic Courtès authored
* gnu/packages/gdb.scm (gdb)[inputs]: Add LIBXML2.
-
- May 05, 2014
-
-
Ludovic Courtès authored
* gnu/packages/gnome.scm (libgsf): New variable.
-
Ludovic Courtès authored
* gnu/packages/gnome.scm (libcroco): New variable.
-
Ludovic Courtès authored
* gnu/packages/python.scm (python2-pybugz)[source]: Add 'patches' field. * gnu/packages/patches/pybugz-encode-error.patch, gnu/packages/patches/pybugz-stty.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
-
Ludovic Courtès authored
* guix/gnu-maintenance.scm (gnu-package?): Only call 'mirror-type' when URL is a string.
-
- May 04, 2014
-
-
Ludovic Courtès authored
* guix/build/linux-initrd.scm (move-essential-file-systems, switch-root): New procedures. (MS_MOVE): New variable. (boot-system): Remove 'mount-essential-file-systems' call for ROOT. Use 'switch-root' instead of chdir + chroot.
-
Ludovic Courtès authored
* gnu/services/networking.scm (static-networking-service): Use $inetutils/bin/ifconfig, not $inetutils/sbin/ifconfig.
-