summary refs log tree commit diff
path: root/pkgs/servers/computing/slurm
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@fysik.su.se>2020-03-03 11:07:20 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2020-08-17 10:49:31 +0200
commitd2abb868cc2ceee7f0e4469d854c100526c7b319 (patch)
tree5f749c9bf9cdf33c1035553ce8c60e0f50666979 /pkgs/servers/computing/slurm
parent49f6cbaaa9ea5020c620556c79f452323c6fe7bb (diff)
downloadnixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.tar
nixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.tar.gz
nixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.tar.bz2
nixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.tar.lz
nixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.tar.xz
nixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.tar.zst
nixpkgs-d2abb868cc2ceee7f0e4469d854c100526c7b319.zip
slurm: 19.05.7.1 -> 20.02.0.1
Diffstat (limited to 'pkgs/servers/computing/slurm')
-rw-r--r--pkgs/servers/computing/slurm/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/servers/computing/slurm/default.nix b/pkgs/servers/computing/slurm/default.nix
index d93c1371959..857a20c6db8 100644
--- a/pkgs/servers/computing/slurm/default.nix
+++ b/pkgs/servers/computing/slurm/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, pkgconfig, libtool, curl
-, python, munge, perl, pam, zlib, shadow, coreutils
+, python3, munge, perl, pam, zlib, shadow, coreutils
 , ncurses, libmysqlclient, gtk2, lua, hwloc, numactl
 , readline, freeipmi, xorg, lz4, rdma-core, nixosTests
 , pmix
@@ -9,7 +9,7 @@
 
 stdenv.mkDerivation rec {
   pname = "slurm";
-  version = "19.05.7.1";
+  version = "20.02.0.1";
 
   # N.B. We use github release tags instead of https://www.schedmd.com/downloads.php
   # because the latter does not keep older releases.
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
     repo = "slurm";
     # The release tags use - instead of .
     rev = "${pname}-${builtins.replaceStrings ["."] ["-"] version}";
-    sha256 = "115f40k8y7d569nbl6g0mkyshgv925lawlwar7ib5296g30p97f0";
+    sha256 = "1prbnxm3y5k81lid9i3jfxida162khnjnvp8mrwmk44g0304cy0y";
   };
 
   outputs = [ "out" "dev" ];
@@ -44,9 +44,9 @@ stdenv.mkDerivation rec {
   # this doesn't fix tests completely at least makes slurmd to launch
   hardeningDisable = [ "bindnow" ];
 
-  nativeBuildInputs = [ pkgconfig libtool ];
+  nativeBuildInputs = [ pkgconfig libtool python3 ];
   buildInputs = [
-    curl python munge perl pam zlib
+    curl python3 munge perl pam zlib
       libmysqlclient ncurses gtk2 lz4 rdma-core
       lua hwloc numactl readline freeipmi shadow.su
       pmix