diff options
author | Pjotr Prins <pjotr.public12@thebird.nl> | 2016-02-15 21:43:15 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-02-15 22:47:47 +0100 |
commit | 552f5c009e48252874eb5d61feea58b0ef47a12b (patch) | |
tree | 94d04d22ac12cbda5b63810a1d2db679a79bd335 /gnu-system.am | |
parent | e70f7a230619dbfe99fefd9d097a0f3004cf9b02 (diff) | |
download | guix-552f5c009e48252874eb5d61feea58b0ef47a12b.tar guix-552f5c009e48252874eb5d61feea58b0ef47a12b.tar.gz |
gnu: Add slurm.
* gnu/packages/parallel.scm (slurm): New variable.
* gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch:
New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/parallel.scm: Introduce license name space.
Co-authored-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 91945dbee1..7727bad18b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -700,6 +700,7 @@ dist_patch_DATA = \ gnu/packages/patches/slim-session.patch \ gnu/packages/patches/slim-config.patch \ gnu/packages/patches/slim-sigusr1.patch \ + gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch \ gnu/packages/patches/soprano-find-clucene.patch \ gnu/packages/patches/sudo-CVE-2015-5602.patch \ gnu/packages/patches/superlu-dist-scotchmetis.patch \ |