Commit graph

66 commits

Author SHA1 Message Date
Markus Kowalewski 7c528e789a
slurm: 20.11.6.1 -> 20.11.7.1 2021-05-14 11:46:05 +02:00
Markus Kowalewski a5c0b6fc95
slurm: 20.11.5.1 -> 20.11.6.1 2021-05-01 00:09:50 +02:00
Markus Kowalewski 96e04010a5
slurm: 20.11.4.1 -> 20.11.5.1 2021-03-31 21:51:26 +02:00
R. RyanTM 4c8e3d6f20 slurm: 20.11.3.1 -> 20.11.4.1 2021-03-09 16:10:09 +00:00
Markus Kowalewski 81fbaefcd0
slurm: fix license 2021-02-01 13:38:35 +01:00
Markus Kowalewski c87fc050c1 slurm: 20.11.2.1 -> 20.11.3.1 2021-01-21 17:51:20 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Markus Kowalewski 38aeda920c
slurm: 20.11.0.1 -> 20.11.2.1 2020-12-27 02:48:57 +01:00
Markus Kowalewski f074e879fd
slurm: 20.02.6.1 -> 20.11.0.1 2020-12-16 20:22:11 +01:00
Markus Kowalewski 7e23eb8dc0
slurm: 20.02.5.1 -> 20.02.6.1
Addresses CVE-2020-27745 and CVE-2020-27746
2020-12-05 16:54:46 +01:00
Markus Kowalewski 84d11cdb40 slurm: 20.02.4.1 -> 20.02.5.1 2020-09-19 09:08:49 +02:00
Markus Kowalewski f01e33e795
slurm: 20.02.3.1 -> 20.02.4.1 2020-08-17 10:49:32 +02:00
Markus Kowalewski 1763536997
slurm: 20.02.0.1 -. 20.02.3.1 2020-08-17 10:49:31 +02:00
Markus Kowalewski d2abb868cc
slurm: 19.05.7.1 -> 20.02.0.1 2020-08-17 10:49:31 +02:00
Markus Kowalewski 93d8aa7da9
slurm: add external pmix support 2020-07-02 15:39:44 +02:00
Markus Kowalewski b8703b4a92
slurm: add patch to allow full path lengths in --get-user-env
Fix fallout from https://github.com/NixOS/nixpkgs/pull/90041
and 5d8f61f3bf, which fixes
the crash of slurmd but "sbatch --get-user-env" did not work
properly.
2020-06-26 11:18:50 +02:00
Markus Kowalewski 335c487686
slurm: remove obsolete dependencies
libssh and openssl are not required anymore
2020-06-26 11:18:40 +02:00
Markus Kowalewski 97c6e005ac
slurm: add passthru.tests 2020-06-10 14:37:20 +02:00
Markus Kowalewski 5d8f61f3bf
slurm: bugifx, add su/echo paths
slurmd requires su and echo to work with "--get-user-env". If slurmd
does not find /bin/su or /bin/echo, it crashes.
2020-06-10 12:43:37 +02:00
Markus Kowalewski af4491f26c
slurm: 19.05.5.1 -> 19.05.7.1 2020-06-10 10:48:29 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Lengyel Balázs 7598200b9b SLURM: added rdma-core as a dependency 2020-02-21 11:32:48 +01:00
R. RyanTM f0f714d0fb slurm: 19.05.4.1 -> 19.05.5.1 2019-12-24 10:06:24 -08:00
Markus Kowalewski 4511a322c5
slurm: 19.05.3.2 -> 19.05.4.1 2019-11-17 21:14:19 +01:00
Markus Kowalewski 8219a3b713
nixos/slurm: fix X11 with spank module
* Fix path in module for slurm to find plugstack.conf
* Fix configure flags so that slurm can be compiled
  without internal X11 support (required for spank-x11).
2019-11-10 14:04:54 +01:00
markuskowa cfcc975798
Merge pull request #70373 from markuskowa/upd-slurm
slurm: 19.05.2.1 -> 19.05.3.2
2019-10-08 16:33:39 +02:00
Markus Kowalewski 734e02a643
slurm: 19.05.2.1 -> 19.05.3.2 2019-10-04 10:40:52 +02:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Markus Kowalewski 6a5d83231e
slurm: 19.05.1.2 -> 19.05.2.1 2019-08-15 00:15:03 +02:00
R. RyanTM b2032beb07 slurm: 19.05.0.1 -> 19.05.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurm/versions
2019-07-16 12:08:24 -07:00
R. RyanTM 917a1f5574 slurm: 18.08.7.1 -> 19.05.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurm/versions
2019-06-02 21:15:24 -07:00
Markus Kowalewski dcde76d00c
slurm: 18.08.6.2 -> 18.08.7.1 2019-04-22 13:23:18 +02:00
Markus Kowalewski a2331a2b64
slurm: 18.08.5.2 -> 18.08.6.2 2019-03-09 19:21:36 +01:00
R. RyanTM f83dd11e5c slurm: 18.08.4.1 -> 18.08.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurm/versions
2019-02-03 15:44:10 -08:00
R. RyanTM 16d9f71db7 slurm: 18.08.3.1 -> 18.08.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurm/versions
2018-12-13 23:33:19 -08:00
Markus Kowalewski bba31d192d
slurm: 18.08.1.1 -> 18.08.3.1 2018-10-27 22:17:56 +02:00
R. RyanTM 6a1e3aacf3 slurm: 18.08.0-1 -> 18.08.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurm/versions
2018-10-13 18:16:14 -07:00
Benjamin Hipple 2a1fa9a1c9 Add zlib; swap to lz4.dev 2018-10-06 17:04:04 -04:00
Benjamin Hipple 2ed17db8cd slurm: add lz4 dependency
Slurm looks for lz4 by default, and if it finds it can improve its compression techniques
2018-10-05 17:03:18 +00:00
Markus Kowalewski 7a5b42161f
slurm: 17.11.9-2 -> 18.08.0-1 2018-09-08 23:14:54 +02:00
Markus Kowalewski 0be340f455
slurm: 17.11.7 -> 17.11.9-2 2018-08-20 13:37:23 +02:00
Benjamin Hipple 39f357a836 slurm: 17.11.5 -> 17.11.7, pyslurm: 20180427 -> 20180604 (#42536)
* slurm: 17.11.5 -> 17.11.7, pyslurm: 20180427 -> 20180604

This commit also swaps to use the official repository's github release tags
instead of their download site, which only keeps the most recent version with no
historical archives.

* Document why we don't run tests

* Remove dead testing code
2018-06-25 14:58:04 +02:00
Markus Kowalewski f07ddeaa67
slurm: add maintainer 2018-06-02 00:37:54 +02:00
Markus Kowalewski 8026127e47
slurm: add freeipmi, readline, libssh2, fix hwloc
* add freeipmi to get power meter readings
* readline support for scontrol
* libssh2 support for X11 supporta
* Add note to enableSrunX11 in module
* fix hwloc support (was detected by configure)
2018-06-02 00:18:29 +02:00