Commit graph

59 commits

Author SHA1 Message Date
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
Ryan Mulligan 0e0b80d4b4 slurm: 17.11.3 -> 17.11.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/slurm/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5/bin/sattach -h` got 0 exit code
- ran `/nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5/bin/sattach --help` got 0 exit code
- ran `/nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5/bin/sattach -V` and found version 17.11.5
- ran `/nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5/bin/sattach --version` and found version 17.11.5
- ran `/nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5/bin/slurmd -h` got 0 exit code
- ran `/nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5/bin/slurmd -V` and found version 17.11.5
- found 17.11.5 with grep in /nix/store/kpn869z54bm58ib47qmv74lv01dfyp4f-slurm-17.11.5
- directory tree listing: https://gist.github.com/a4fb120a8f87f92e70daccf30910015b
2018-03-29 09:14:56 -07:00
Ryan Mulligan e80c591732 slurm: 17.02.9 -> 17.11.3
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3/bin/sattach -h` got 0 exit code
- ran `/nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3/bin/sattach --help` got 0 exit code
- ran `/nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3/bin/sattach -V` and found version 17.11.3
- ran `/nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3/bin/sattach --version` and found version 17.11.3
- ran `/nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3/bin/slurmd -h` got 0 exit code
- ran `/nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3/bin/slurmd -V` and found version 17.11.3
- found 17.11.3 with grep in /nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3
- found 17.11.3 in filename of file in /nix/store/lp32291f98zl5fzhbzvd4icjl2s6mdad-slurm-17.11.3

cc "@jagajaga"
2018-02-28 20:49:55 +00:00
Robin Gloster a960f1931b mariadb: more lib -> connector-c 2017-12-29 02:18:35 +01:00
Dylan Simon 88c6c1916c slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566 2017-12-16 21:35:10 +00:00
Dmitry Kalinkin b917a8760e slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm 2017-07-13 03:13:05 -04:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00