summary refs log tree commit diff
path: root/pkgs/servers/computing/slurm
Commit message (Collapse)AuthorAge
* slurm: remove pmix-configure.patchMarkus Kowalewski2023-10-23
| | | | | | Use --without-rpath instead. This leads to the correct configuration, that picks up the the correct dlopen path at runtime. Verified with nixos/tests/slurm.nix.
* slurm: 23.02.5.1 -> 23.02.6.1Markus Kowalewski2023-10-20
|
* slurm: use getDev to pickup rdma-core includesMarkus Kowalewski2023-09-30
|
* slurm: 23.02.4 -> 23.02.5Tobias Poschwatta2023-09-14
| | | | | Bugfix release, see: https://github.com/SchedMD/slurm/blob/cf1f82a65003f5f9bf0213ac024797b01779cf70/NEWS
* slurm: 23.02.3.1 -> 23.02.4.1Markus Kowalewski2023-08-21
|
* slurm: 23.02.2.1 -> 23.02.3.1Markus Kowalewski markus.kowalewski@fysik.su.se2023-07-06
|
* slurm: fixup build after splitting libyaml.outputsVladimír Čunát2023-05-29
| | | | The split was merged as d274408175 from PR #231365
* slurm: 23.02.1.1 -> 23.02.2.1Markus Kowalewski2023-05-10
|
* slurm: 23.02.0.1 -> 23.02.1.1Markus Kowalewski2023-04-11
|
* slurm: 22.05.8.1 -> 23.02.0.1Markus Kowalewski2023-03-16
|
* slurm: 22.05.7.1 -> 22.05.8.1Markus Kowalewski2023-02-05
|
* slurm: 22.05.6.1 -> 22.05.7.1Tobias Poschwatta2022-12-21
| | | | | Bug fix release, see: https://github.com/SchedMD/slurm/blob/slurm-22-05-7-1/NEWS
* slurm: 22.05.5.1 -> 22.05.6.1Tobias Poschwatta2022-11-11
| | | | | Bug fix release, see: https://github.com/SchedMD/slurm/blob/slurm-22-05-6-1/NEWS
* slurm: 22.05.4.1 -> 22.05.5.1Tobias Poschwatta2022-10-14
| | | | | This is a bugfix release. See https://github.com/SchedMD/slurm/blob/slurm-22-05-5-1/NEWS
* slurm: 22.05.3 -> 22.05.4Tobias Poschwatta2022-09-30
| | | | | Bug fix release, see: https://github.com/SchedMD/slurm/blob/slurm-22-05-4-1/NEWS
* slurm: 22.05.2 -> 22.05.3Tobias Poschwatta2022-08-12
| | | | | Bug fix release, see: https://github.com/SchedMD/slurm/blob/slurm-22-05-3-1/NEWS
* slurm: remove gtk2 null overrideSandro Jäckel2022-08-04
|
* slurm: move perl to nativeBuildInputsNick Cao2022-07-05
|
* slurm: 22.05.1 -> 22.05.2Tobias Poschwatta2022-06-17
| | | | | Bug fix release, see: https://github.com/SchedMD/slurm/blob/slurm-22-05-2-1/NEWS
* slurm: 22.05.0.1 -> 22.05.1.1Tobias Poschwatta2022-06-15
| | | | | | Release notes: https://github.com/SchedMD/slurm/blob/slurm-22-05-1-1/NEWS Also adds http-parser so that slurmrestd is built.
* slurm: 21.08.8.2 -> 22.05.0.1Markus Kowalewski2022-05-29
|
* slurm: 21.08.7.1 -> 21.08.8.2Tobias Poschwatta2022-05-08
| | | | | | https://www.schedmd.com/news.php Fixes: CVE-2022-29500, CVE-2022-29501, CVE-2022-29502
* slurm: 21.08.6.1 -> 21.08.7.1Markus Kowalewski2022-04-24
|
* slurm: 21.08.5.1 -> 21.08.6.1Markus Kowalewski2022-03-12
|
* slurm: 21.08.4.1 -> 21.08.5.1R. Ryantm2021-12-24
|
* slurm: 21.08.3.1 -> 21.08.4.1Markus Kowalewski2021-11-22
|
* slurm: 21.08.2.1 -> 21.08.3.1Markus Kowalewski2021-11-04
|
* slurm: 21.08.1.1 -> 21.08.2.1Markus Kowalewski2021-10-08
|
* slurm: 21.08.0.1 -> 21.08.1.1Markus Kowalewski2021-09-18
|
* slurm: 20.11.8.1 -> 21.08.0.1Markus Kowalewski2021-08-30
|
* slurm: 20.11.7.1 -> 20.11.8.1Markus Kowalewski2021-07-05
|
* slurm: 20.11.6.1 -> 20.11.7.1Markus Kowalewski2021-05-14
|
* slurm: 20.11.5.1 -> 20.11.6.1Markus Kowalewski2021-05-01
|
* slurm: 20.11.4.1 -> 20.11.5.1Markus Kowalewski2021-03-31
|
* slurm: 20.11.3.1 -> 20.11.4.1R. RyanTM2021-03-09
|
* slurm: fix licenseMarkus Kowalewski2021-02-01
|
* slurm: 20.11.2.1 -> 20.11.3.1Markus Kowalewski2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* slurm: 20.11.0.1 -> 20.11.2.1Markus Kowalewski2020-12-27
|
* slurm: 20.02.6.1 -> 20.11.0.1Markus Kowalewski2020-12-16
|
* slurm: 20.02.5.1 -> 20.02.6.1Markus Kowalewski2020-12-05
| | | | Addresses CVE-2020-27745 and CVE-2020-27746
* slurm: 20.02.4.1 -> 20.02.5.1Markus Kowalewski2020-09-19
|
* slurm: 20.02.3.1 -> 20.02.4.1Markus Kowalewski2020-08-17
|
* slurm: 20.02.0.1 -. 20.02.3.1Markus Kowalewski2020-08-17
|
* slurm: 19.05.7.1 -> 20.02.0.1Markus Kowalewski2020-08-17
|
* slurm: add external pmix supportMarkus Kowalewski2020-07-02
|
* slurm: add patch to allow full path lengths in --get-user-envMarkus Kowalewski2020-06-26
| | | | | | | Fix fallout from https://github.com/NixOS/nixpkgs/pull/90041 and 5d8f61f3bfb8f93751c1e455f51393f10d507e0f, which fixes the crash of slurmd but "sbatch --get-user-env" did not work properly.
* slurm: remove obsolete dependenciesMarkus Kowalewski2020-06-26
| | | | libssh and openssl are not required anymore