Commit graph

99 commits

Author SHA1 Message Date
Felix Buehler a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
Markus Kowalewski 8cc1f124d5
slurm: 20.11.7.1 -> 20.11.8.1 2021-07-05 11:07:51 +02:00
Markus Kowalewski 7c528e789a
slurm: 20.11.6.1 -> 20.11.7.1 2021-05-14 11:46:05 +02:00
Markus Kowalewski a5c0b6fc95
slurm: 20.11.5.1 -> 20.11.6.1 2021-05-01 00:09:50 +02:00
Markus Kowalewski 96e04010a5
slurm: 20.11.4.1 -> 20.11.5.1 2021-03-31 21:51:26 +02:00
github-actions[bot] 149a81c88d
Merge master into staging-next 2021-03-10 00:39:07 +00:00
R. RyanTM 4c8e3d6f20 slurm: 20.11.3.1 -> 20.11.4.1 2021-03-09 16:10:09 +00:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Markus Kowalewski 18a9e0355c
slurm-spank-x11: fix license 2021-02-01 13:40:25 +01:00
Markus Kowalewski 81fbaefcd0
slurm: fix license 2021-02-01 13:38:35 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Markus Kowalewski c87fc050c1 slurm: 20.11.2.1 -> 20.11.3.1 2021-01-21 17:51:20 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
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
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
R. RyanTM 2f474d44ff storm: 2.1.0 -> 2.2.0 2020-10-25 09:33:38 +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
Michele Guerini Rocco bb395a9a47
Merge pull request #91288 from rnhmjoj/zeromq
Remove old zeromq 3.x packages
2020-07-26 17:37:10 +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
rnhmjoj aef5ee6964
apache-storm: 1.2.1 -> 2.1.0 2020-06-22 15:36:39 +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
Tom Bereknyei bba6c109fe torque: substitute /bin/cp 2020-04-26 17:32:45 -04: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
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +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
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
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-24 08:55:37 +02:00
Linus Heckemann 9ae11067b8 torque: remove commented-out sbin handling
We have a setup hook for this!
2019-08-23 15:58:53 +02:00
Robin Gloster 5d3e36caba
torque: 4.2.10 -> 6.1.3h2 2019-08-21 19:07:24 +02: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