gnu: slurm: Update to 16.05.9.1.
* gnu/packages/parallel.scm (slurm): Update to 16.05.9.1. * gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch: Removing two contribs which are added in the new version. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
4153ef23f5
commit
dcb550e599
|
@ -92,7 +92,7 @@ and they are executed on lists of files, hosts, users or other items.")
|
||||||
(define-public slurm
|
(define-public slurm
|
||||||
(package
|
(package
|
||||||
(name "slurm")
|
(name "slurm")
|
||||||
(version "15.08.7.1")
|
(version "16.05.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -101,7 +101,7 @@ and they are executed on lists of files, hosts, users or other items.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rmi35l4img00dr4vic8cv8s7b6n1yx1mkq2s7kjf5hvqdh6s2ki"))
|
"1zx5y2lyjknnca4aw7cbawn00mjhsqzy3h35w7s757cykfjqr8gv"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"slurm-configure-remove-nonfree-contribs.patch"))
|
"slurm-configure-remove-nonfree-contribs.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
From 53eda9102b969a4be2882cea4befee03591a7436 Mon Sep 17 00:00:00 2001
|
From 49d83e24a8e66977056fc9920812265c16806500 Mon Sep 17 00:00:00 2001
|
||||||
From: Pjotr Prins <pjotr.public01@thebird.nl>
|
From: carolili <carolili@iki.fi>
|
||||||
Date: Fri, 12 Feb 2016 12:43:33 +0100
|
Date: Thu, 9 Feb 2017 19:24:49 +0000
|
||||||
Subject: [PATCH] Remove contribs
|
Subject: [PATCH] Removing contribs
|
||||||
|
|
||||||
---
|
---
|
||||||
configure.ac | 20 --------------------
|
configure.ac | 22 ----------------------
|
||||||
1 file changed, 20 deletions(-)
|
1 file changed, 22 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index fedf354..e010732 100644
|
index 1cf1051..5d76b44 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -438,26 +438,6 @@ dnl All slurm Makefiles:
|
@@ -435,28 +435,6 @@ dnl All slurm Makefiles:
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
config.xml
|
|
||||||
auxdir/Makefile
|
auxdir/Makefile
|
||||||
- contribs/Makefile
|
- contribs/Makefile
|
||||||
- contribs/cray/Makefile
|
- contribs/cray/Makefile
|
||||||
|
@ -27,7 +27,9 @@ index fedf354..e010732 100644
|
||||||
- contribs/perlapi/libslurm/perl/Makefile.PL
|
- contribs/perlapi/libslurm/perl/Makefile.PL
|
||||||
- contribs/perlapi/libslurmdb/Makefile
|
- contribs/perlapi/libslurmdb/Makefile
|
||||||
- contribs/perlapi/libslurmdb/perl/Makefile.PL
|
- contribs/perlapi/libslurmdb/perl/Makefile.PL
|
||||||
|
- contribs/seff/Makefile
|
||||||
- contribs/torque/Makefile
|
- contribs/torque/Makefile
|
||||||
|
- contribs/openlava/Makefile
|
||||||
- contribs/phpext/Makefile
|
- contribs/phpext/Makefile
|
||||||
- contribs/phpext/slurm_php/config.m4
|
- contribs/phpext/slurm_php/config.m4
|
||||||
- contribs/sgather/Makefile
|
- contribs/sgather/Makefile
|
||||||
|
@ -39,5 +41,5 @@ index fedf354..e010732 100644
|
||||||
doc/man/Makefile
|
doc/man/Makefile
|
||||||
doc/man/man1/Makefile
|
doc/man/man1/Makefile
|
||||||
--
|
--
|
||||||
2.1.4
|
2.11.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue