aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Weijia Wang
9e273e5e11
torque: add missing dependency, format, do minor cleanup ( #352489 )
2024-11-02 01:07:15 +01:00
Weijia Wang
823ea13144
storm: 2.6.3 -> 2.6.4 ( #349509 )
2024-11-01 14:30:32 +01:00
TomaSajt
2ea92734b8
torque: add missing dependency, format, do minor cleanup
2024-10-31 00:07:52 +01:00
Markus Kowalewski
e71b0de8c3
slurm: 24.05.3.1 -> 24.05.4.1
2024-10-27 15:16:16 +01:00
R. Ryantm
ce7e677684
storm: 2.6.3 -> 2.6.4
2024-10-18 10:40:17 +00:00
Markus Kowalewski
13c987de15
slurm: 24.05.2.1 -> 24.05.3.1
2024-09-07 20:08:31 +02:00
Philip Taron
d6236f244a
slurm: remove with statements
2024-08-18 06:32:21 -07:00
Sebastián Mancilla
943dfd1e63
Merge pull request #329284 from r-ryantm/auto-update/storm
...
storm: 2.6.2 -> 2.6.3
2024-08-13 21:31:34 -04:00
Markus Kowalewski
59e906d974
slurm: 24.05.0.1 -> 24.05.2.1
2024-08-07 10:41:08 +02:00
R. Ryantm
b9a250eaed
storm: 2.6.2 -> 2.6.3
2024-07-23 00:42:20 +00:00
R. Ryantm
9053895fce
slurm: 23.11.7.1 -> 24.05.0.1
2024-06-27 00:54:58 +00:00
Markus Kowalewski
958fbf7e62
slurm: 23.11.6.1 -> 23.11.7.1
2024-05-23 21:24:11 +02:00
Leona Maroni
ba008d2553
Merge pull request #305407 from LeSuisse/storm-2.6.2
...
storm: 2.4.0 -> 2.6.2
2024-05-03 15:45:58 +02:00
Markus Kowalewski
e3c6ba044b
slurm: 23.11.5.1 -> 23.11.6.1
2024-04-30 13:31:25 +02:00
Thomas Gerbet
0136fde515
storm: 2.4.0 -> 2.6.2
...
Fixes CVE-2023-43123
https://lists.apache.org/thread/88oc1vqfjtr29cz5xts0v2wm5pmhbm0l
Changes:
https://storm.apache.org/2023/08/04/storm250-released.html
https://storm.apache.org/2023/11/22/storm260-released.html
https://storm.apache.org/2024/02/02/storm261-released.html
https://storm.apache.org/2024/04/05/storm262-released.html
2024-04-21 13:56:35 +02:00
R. Ryantm
d35064f110
slurm: 23.11.4.1 -> 23.11.5.1
2024-03-26 01:23:44 +00:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Markus Kowalewski
d4ea947379
slurm: 23.11.3.1 -> 23.11.4.1
2024-03-05 14:31:33 +01:00
R. Ryantm
5a6535977e
slurm: 23.11.1.1 -> 23.11.3.1
2024-01-28 05:46:09 +00:00
Markus Kowalewski
a20f3db995
slurm: fix to be able to work with pmix split outputs
2024-01-17 16:25:49 +01:00
R. Ryantm
0b882efce5
slurm: 23.11.0.1 -> 23.11.1.1
2024-01-05 21:20:49 +00:00
Markus Kowalewski
1c32f80b88
slurm: use getDev
2023-12-24 18:08:30 +01:00
Markus Kowalewski
8df326098b
slurm-spank-x11: use getDev
2023-12-24 15:17:33 +01:00
Markus Kowalewski
5c023641e9
slurm-spank-stunnel: use getDev
2023-12-24 15:17:33 +01:00
Markus Kowalewski
d272adb1b8
slurm-spank-x11: add patch for slurm-23.11
2023-12-24 15:17:28 +01:00
Markus Kowalewski
0998641159
slurm-spank-stunnel: add patch for slurm-23.11
2023-12-24 15:17:20 +01:00
Markus Kowalewski
2fc02c0831
slurm: 23.02.7.1 -> 23.11.0.1
2023-12-24 14:35:48 +01:00
Markus Kowalewski
9ec60b1f5f
slurm: 23.02.6.1 -> 23.02.7.1
...
Fixes CVE-2023-49935, CVE-2023-49936, CVE-2023-49937, CVE-2023-49938,
CVE-2023-49933
2023-12-14 21:54:03 +01:00
Markus Kowalewski
1c5f7eabee
slurm: remove pmix-configure.patch
...
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.
2023-10-23 17:34:46 +02:00
Markus Kowalewski
ee87e374c7
slurm: 23.02.5.1 -> 23.02.6.1
2023-10-20 13:05:42 +02:00
Markus Kowalewski
646b227da4
slurm: use getDev to pickup rdma-core includes
2023-09-30 21:10:46 +02:00
Tobias Poschwatta
c5269e80aa
slurm: 23.02.4 -> 23.02.5
...
Bugfix release, see:
cf1f82a650/NEWS
2023-09-14 11:59:28 +02:00
Markus Kowalewski
933880f904
slurm: 23.02.3.1 -> 23.02.4.1
2023-08-21 22:16:10 +02:00
Markus Kowalewski markus.kowalewski@fysik.su.se
4b017156c8
slurm: 23.02.2.1 -> 23.02.3.1
2023-07-06 15:41:21 +02:00
Vladimír Čunát
8062575956
slurm: fixup build after splitting libyaml.outputs
...
The split was merged as d274408175
from PR #231365
2023-05-29 13:02:09 +02:00
Markus Kowalewski
83eb022da6
slurm: 23.02.1.1 -> 23.02.2.1
2023-05-10 14:04:23 +02:00
Markus Kowalewski
6a90a7e12c
slurm: 23.02.0.1 -> 23.02.1.1
2023-04-11 18:45:58 +02:00
Markus Kowalewski
5b1d9663f3
slurm: 22.05.8.1 -> 23.02.0.1
2023-03-16 14:23:10 +01:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Felix Buehler
cdb39a86e0
treewide: use optionalString
2023-02-13 21:52:34 +01:00
Markus Kowalewski
aed8d53425
slurm: 22.05.7.1 -> 22.05.8.1
2023-02-05 13:31:51 +01:00
Tobias Poschwatta
393f315b80
slurm: 22.05.6.1 -> 22.05.7.1
...
Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-7-1/NEWS
2022-12-21 09:09:37 +01:00
Tobias Poschwatta
f66bc29e6f
slurm: 22.05.5.1 -> 22.05.6.1
...
Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-6-1/NEWS
2022-11-11 13:57:43 +01:00
Tobias Poschwatta
6e51442713
slurm: 22.05.4.1 -> 22.05.5.1
...
This is a bugfix release.
See https://github.com/SchedMD/slurm/blob/slurm-22-05-5-1/NEWS
2022-10-14 11:20:30 +02:00
Tobias Poschwatta
55fb5d4919
slurm: 22.05.3 -> 22.05.4
...
Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-4-1/NEWS
2022-09-30 09:57:31 +02:00
Tobias Poschwatta
3c0495082a
slurm: 22.05.2 -> 22.05.3
...
Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-3-1/NEWS
2022-08-12 10:25:14 +02:00
Sandro Jäckel
4f2dd9e0ab
slurm: remove gtk2 null override
2022-08-04 11:54:24 +02:00
Nick Cao
5ee14a73f7
slurm: move perl to nativeBuildInputs
2022-07-05 23:22:17 +08:00
Tobias Poschwatta
357cc56fc7
slurm: 22.05.1 -> 22.05.2
...
Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-2-1/NEWS
2022-06-17 09:33:03 +02:00