diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-17 19:18:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-18 04:26:43 +0100 |
commit | 4ff22ec3b16a90b140721aa10c94c595ccb2c390 (patch) | |
tree | 08c0dd5a03c3ae1802947d0ff5aa39c752c15af4 /gnu/local.mk | |
parent | 5d5ad3da881566c2cfe01bd70e6d759f241fc73a (diff) | |
download | guix-4ff22ec3b16a90b140721aa10c94c595ccb2c390.tar guix-4ff22ec3b16a90b140721aa10c94c595ccb2c390.tar.gz |
gnu: slurm: Update to 17.11.2.
* gnu/packages/parallel.scm (slurm): Update to 17.11.2.
[source]: Replace patch with less fragile SUBSTITUTE* in a snippet.
[arguments]: Rename ‘autogen’ phase to ‘autoconf’. Use INVOKE.
* gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b78fb9bae9..f7ac56eeab 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1082,7 +1082,6 @@ dist_patch_DATA = \ %D%/packages/patches/slim-sigusr1.patch \ %D%/packages/patches/slim-reset.patch \ %D%/packages/patches/slim-login.patch \ - %D%/packages/patches/slurm-configure-remove-nonfree-contribs.patch \ %D%/packages/patches/sooperlooper-build-with-wx-30.patch \ %D%/packages/patches/steghide-fixes.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ |