;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2014 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (guix)) ;; The composite module that re-exports everything from the public modules. (eval-when (eval load compile) (begin (define %public-modules '(base32 build-system derivations download ftp-client gexp monads monad-repl packages store utils)) (for-each (let ((i (module-public-interface (current-module)))) (lambda (m) (module-use! i (resolve-interface `(guix ,m))))) %public-modules))) 8aa8f1'>treecommitdiff
AgeCommit message (Expand)Author
2019-02-20gnu: openmpi: Let configure enable PSM based on inputs....Eric Bavier
2019-02-18gnu: python-mpi4py: Update to 3.0.1....Paul Garlick
2019-02-17gnu: openmpi: Add InfiniBand support....Ricardo Wurmus
2019-02-09gnu: openmpi: Upgrade to 4.0.0....Eric Bavier
2019-02-07gnu: openmpi: Add dependency on SLURM....Ludovic Courtès
2019-01-31gnu: hwloc: Update to 2.0.3....Marius Bakke
2019-01-31gnu: hwloc@1: Update to 1.11.12....Marius Bakke
2018-11-14gnu: Add python-mpi4py....Paul Garlick
2018-10-04gnu: hwloc: Update to 2.0.2....Tobias Geerinckx-Rice
2018-09-11mpi: Factorize openmpi setup build phase....Eric Bavier
2018-05-25gnu: openmpi: Add PSM2 (Intel OmniPath) support....Ludovic Courtès
2018-05-25gnu: openmpi: Reintroduce PSM (Intel TrueScale) support....Ludovic Courtès
2018-05-25gnu: openmpi: Update to 3.0.1....Ludovic Courtès
2018-04-10gnu: hwloc: Skip 'linux-libnuma' test....Ludovic Courtès
2018-03-26gnu: hwloc@1: Update to 1.11.10....Ludovic Courtès
2018-03-26gnu: hwloc@2: Update to 2.0.1....Ludovic Courtès
2018-03-26gnu: hwloc@1: Update to 1.11.9....Ludovic Courtès
2018-02-06gnu: hwloc: Add 2.0.0....Ludovic Courtès