aboutsummaryrefslogtreecommitdiff
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
Author 2023-03-27gnu: ucx: Update to 1.14.0....* gnu/packages/fabric-management.scm (ucx): Update to 1.14.0. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Adapt patch to new ucx version. Guillaume Le Vaillant 2023-02-23gnu: ibutils: Fix compilation....* gnu/packages/fabric-management.scm (ibutils)[arguments]: Add CFLAGS to #:configure-flags. Ludovic Courtès 2023-02-23gnu: ibutils: Use gexps....* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps. Ludovic Courtès 2023-02-23gnu: infiniband-diags: Use gexps....* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Use gexps. Replace reference to '%outputs' with references to #:outputs. Ludovic Courtès 2023-02-23gnu: ucx: Use gexps....* gnu/packages/fabric-management.scm (ucx): Use gexps. Ludovic Courtès 2023-02-23gnu: ucx: Mark POWER9 as supported....* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add "powerpc64le-linux". Ludovic Courtès 2022-11-14gnu: infinibadn-diags: Don't use autogenerated tarball....* gnu/packages/fabric-management.scm (infiniband-diags)[source]: Download release tarball. [native-inputs]: Remove autoconf, automake, libtool. Efraim Flashner