General scientific and statistics packages

The guix-science channel provides 732 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-science)
          (url "https://github.com/guix-science/guix-science.git")
          (branch "master")
          (introduction
            (make-channel-introduction
              "b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
              (openpgp-fingerprint
                "CA4F 8CF4 37D7 478F DA05  5FD4 4213 7701 1A37 8446")))))
  %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:
https://guix.bordeaux.inria.fr
(public-key
 (ecc
  (curve Ed25519)
  (q #89FBA276A976A8DE2A69774771A92C8C879E0F24614AAAAE23119608707B3F06#)))


Sourcehttps://github.com/guix-science/guix-science.git
Packages732 packages
Continuous integrationContinuous integration badge.