summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/computing
AgeCommit message (Collapse)Author
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-21slurm: 20.11.2.1 -> 20.11.3.1Markus Kowalewski
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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 Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Kowalewski
2020-12-16slurm: 20.02.6.1 -> 20.11.0.1Markus Kowalewski
2020-12-05slurm: 20.02.5.1 -> 20.02.6.1Markus Kowalewski
Addresses CVE-2020-27745 and CVE-2020-27746
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-10-25storm: 2.1.0 -> 2.2.0R. RyanTM
2020-09-19slurm: 20.02.4.1 -> 20.02.5.1Markus Kowalewski
2020-08-17slurm: 20.02.3.1 -> 20.02.4.1Markus Kowalewski
2020-08-17slurm: 20.02.0.1 -. 20.02.3.1Markus Kowalewski
2020-08-17slurm: 19.05.7.1 -> 20.02.0.1Markus Kowalewski
2020-07-26Merge pull request #91288 from rnhmjoj/zeromqMichele Guerini Rocco
Remove old zeromq 3.x packages
2020-07-02slurm: add external pmix supportMarkus Kowalewski
2020-06-26slurm: add patch to allow full path lengths in --get-user-envMarkus Kowalewski
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 Kowalewski
libssh and openssl are not required anymore
2020-06-22apache-storm: 1.2.1 -> 2.1.0rnhmjoj
2020-06-10slurm: add passthru.testsMarkus Kowalewski
2020-06-10slurm: bugifx, add su/echo pathsMarkus Kowalewski
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 Kowalewski
2020-04-26torque: substitute /bin/cpTom Bereknyei
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-21SLURM: added rdma-core as a dependencyLengyel Balázs
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-12-24slurm: 19.05.4.1 -> 19.05.5.1R. RyanTM
2019-11-17slurm: 19.05.3.2 -> 19.05.4.1Markus Kowalewski
2019-11-10nixos/slurm: fix X11 with spank moduleMarkus Kowalewski
* 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-slurmmarkuskowa
slurm: 19.05.2.1 -> 19.05.3.2
2019-10-04slurm: 19.05.2.1 -> 19.05.3.2Markus Kowalewski
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-09treewide: replace mysql.connector-c to libmysqlclientIzorkin
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-23torque: remove commented-out sbin handlingLinus Heckemann
We have a setup hook for this!
2019-08-21torque: 4.2.10 -> 6.1.3h2Robin Gloster
2019-08-17Merge staging-next into stagingFrederik Rietdijk
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-15slurm: 19.05.1.2 -> 19.05.2.1Markus Kowalewski
2019-07-16slurm: 19.05.0.1 -> 19.05.1.2R. RyanTM
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-02slurm: 18.08.7.1 -> 19.05.0.1R. RyanTM
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-04-22slurm: 18.08.6.2 -> 18.08.7.1Markus Kowalewski
2019-03-09slurm: 18.08.5.2 -> 18.08.6.2Markus Kowalewski
2019-02-03slurm: 18.08.4.1 -> 18.08.5.2R. RyanTM
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-13slurm: 18.08.3.1 -> 18.08.4.1R. RyanTM
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-27slurm: 18.08.1.1 -> 18.08.3.1Markus Kowalewski
2018-10-13slurm: 18.08.0-1 -> 18.08.1.1R. RyanTM
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-06Add zlib; swap to lz4.devBenjamin Hipple
2018-10-05slurm: add lz4 dependencyBenjamin Hipple
Slurm looks for lz4 by default, and if it finds it can improve its compression techniques