about summary refs log tree commit diff
path: root/pkgs/servers/computing
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16python,pythonPackages: make aliasesRobert Schütz1-4/+4
Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
2021-12-29treewide: fix homepages with permanent redirect to httpsBen Siraphob1-1/+1
2021-12-24slurm: 21.08.4.1 -> 21.08.5.1R. Ryantm1-2/+2
2021-11-28storm: 2.2.0 -> 2.3.0Thomas Gerbet1-2/+2
Fixes CVE-2021-38294 and CVE-2021-40865. https://storm.apache.org/2021/09/27/storm230-released.html
2021-11-22slurm: 21.08.3.1 -> 21.08.4.1Markus Kowalewski1-2/+2
2021-11-04slurm: 21.08.2.1 -> 21.08.3.1Markus Kowalewski1-2/+2
2021-10-08slurm: 21.08.1.1 -> 21.08.2.1Markus Kowalewski1-2/+2
2021-09-18slurm: 21.08.0.1 -> 21.08.1.1Markus Kowalewski1-2/+2
2021-08-30slurm: 20.11.8.1 -> 21.08.0.1Markus Kowalewski1-2/+2
2021-07-26servers: replace name with pname&versionFelix Buehler1-5/+2
2021-07-05slurm: 20.11.7.1 -> 20.11.8.1Markus Kowalewski1-2/+2
2021-05-14slurm: 20.11.6.1 -> 20.11.7.1Markus Kowalewski1-2/+2
2021-05-01slurm: 20.11.5.1 -> 20.11.6.1Markus Kowalewski1-2/+2
2021-03-31slurm: 20.11.4.1 -> 20.11.5.1Markus Kowalewski1-2/+2
2021-03-10Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-03-09slurm: 20.11.3.1 -> 20.11.4.1R. RyanTM1-2/+2
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-02-01slurm-spank-x11: fix licenseMarkus Kowalewski1-1/+1
2021-02-01slurm: fix licenseMarkus Kowalewski1-1/+1
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-21slurm: 20.11.2.1 -> 20.11.3.1Markus Kowalewski1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2-4/+4
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-15pkgs/servers: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch4-7/+7
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
2020-12-27slurm: 20.11.0.1 -> 20.11.2.1Markus Kowalewski1-2/+2
2020-12-16slurm: 20.02.6.1 -> 20.11.0.1Markus Kowalewski1-2/+2
2020-12-05slurm: 20.02.5.1 -> 20.02.6.1Markus Kowalewski1-2/+2
Addresses CVE-2020-27745 and CVE-2020-27746
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-10-25storm: 2.1.0 -> 2.2.0R. RyanTM1-2/+2
2020-09-19slurm: 20.02.4.1 -> 20.02.5.1Markus Kowalewski1-2/+2
2020-08-17slurm: 20.02.3.1 -> 20.02.4.1Markus Kowalewski1-2/+2
2020-08-17slurm: 20.02.0.1 -. 20.02.3.1Markus Kowalewski1-2/+2
2020-08-17slurm: 19.05.7.1 -> 20.02.0.1Markus Kowalewski1-5/+5
2020-07-26Merge pull request #91288 from rnhmjoj/zeromqMichele Guerini Rocco1-14/+18
Remove old zeromq 3.x packages
2020-07-02slurm: add external pmix supportMarkus Kowalewski2-0/+18
2020-06-26slurm: add patch to allow full path lengths in --get-user-envMarkus Kowalewski2-0/+19
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.
2020-06-26slurm: remove obsolete dependenciesMarkus Kowalewski1-6/+4
libssh and openssl are not required anymore
2020-06-22apache-storm: 1.2.1 -> 2.1.0rnhmjoj1-14/+18
2020-06-10slurm: add passthru.testsMarkus Kowalewski1-1/+3
2020-06-10slurm: bugifx, add su/echo pathsMarkus Kowalewski1-4/+7
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-10slurm: 19.05.5.1 -> 19.05.7.1Markus Kowalewski1-2/+2
2020-04-26torque: substitute /bin/cpTom Bereknyei1-1/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly4-4/+4
2020-02-21SLURM: added rdma-core as a dependencyLengyel Balázs1-2/+3
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-3/+1
2019-12-24slurm: 19.05.4.1 -> 19.05.5.1R. RyanTM1-2/+2
2019-11-17slurm: 19.05.3.2 -> 19.05.4.1Markus Kowalewski1-2/+2
2019-11-10nixos/slurm: fix X11 with spank moduleMarkus Kowalewski1-1/+2
* 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-10-08Merge pull request #70373 from markuskowa/upd-slurmmarkuskowa1-2/+2
slurm: 19.05.2.1 -> 19.05.3.2
2019-10-04slurm: 19.05.2.1 -> 19.05.3.2Markus Kowalewski1-2/+2