High-performance computing packages at Inria

The guix-hpc channel provides 300 packages. It can be obtained by writing a snippet along these lines to ~/.config/guix/channels.scm and then running guix pull:

(append
  (list (channel
          (name 'guix-hpc)
          (url "https://gitlab.inria.fr/guix-hpc/guix-hpc.git")
          (branch "master")))
  %default-channels)

To obtain substitutes (pre-built binaries) for the packages provided by this channel, configure your system to fetch substitutes from the URL below and authorize the corresponding key:


Sourcehttps://gitlab.inria.fr/guix-hpc/guix-hpc.git
Packages300 packages
Continuous integrationContinuous integration badge.