Commit Graph

52 Commits

Author SHA1 Message Date
Fabian Affolter
75f57351e3
Merge pull request #211870 from r-ryantm/auto-update/python310Packages.cupy
python310Packages.cupy: 11.4.0 -> 11.5.0
2023-01-22 16:11:14 +01:00
Fabian Affolter
775589f43d
python310Packages.cupy: fix lint issue 2023-01-22 13:48:18 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Fabian Affolter
091ed1dd01
python310Packages.cupy: disable on unsupported Python releases 2023-01-21 11:43:33 +01:00
Fabian Affolter
6330f679b2
python310Packages.cupy: add changelog to meta 2023-01-21 11:41:28 +01:00
R. Ryantm
abb32825d9 python310Packages.cupy: 11.4.0 -> 11.5.0 2023-01-21 03:42:16 +00:00
Martin Weinelt
889618204d python3Packages.cupy: 11.2.0 -> 11.4.0 2023-01-05 01:08:57 +01:00
Thomas Watson
fba867a930 python3Packages.cupy: 11.1.0 -> 11.2.0, mark as not broken
cupy now builds and appears to pass basic smoke tests with an upgraded
version of cutensor
2022-10-21 22:06:48 -05:00
Martin Weinelt
773c11ad12 python3Packages.cupy: 10.6.0 -> 11.1.0 2022-09-18 23:57:39 +02:00
Samuel Ainsworth
2c5f5c783e python3Packages.cupy: mark as broken 2022-08-05 20:02:54 -07:00
Martin Weinelt
1a57272550 python3Packages.cupy: 10.3.1 -> 10.6.0 2022-07-21 22:33:45 +02:00
R. Ryantm
3a999186fd python310Packages.cupy: 10.2.0 -> 10.3.1 2022-04-10 05:19:21 +00:00
Frederik Rietdijk
1d63f89caa cudaPackages: overhaul of how we package cuda packages
There are many different versions of the `cudatoolkit` and related
cuda packages, and it can be tricky to ensure they remain compatible.

- `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist");
- expressions should now use `cudaPackages` as parameter instead of the individual cuda packages;
- `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version;
- `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
2022-04-09 08:50:22 +02:00
Samuel Ainsworth
e51d84a97f python3Packages.cupy: parallel build 2022-04-01 08:02:18 +00:00
Samuel Ainsworth
2133acc806 python3Packages.cupy: cudatoolkit consistency 2022-04-01 08:02:07 +00:00
R. Ryantm
eb67ca9ac1 python310Packages.cupy: 10.1.0 -> 10.2.0 2022-02-26 01:53:19 +00:00
R. Ryantm
d4076aaa99 python39Packages.cupy: 9.6.0 -> 10.1.0 2022-01-21 15:13:11 +00:00
R. Ryantm
0ea262154a python38Packages.cupy: 9.5.0 -> 9.6.0 2021-11-14 14:27:38 +00:00
R. RyanTM
e6276d6da3 python38Packages.cupy: 9.4.0 -> 9.5.0 2021-09-30 07:47:30 +00:00
Martin Weinelt
9c4a68a251 python3Packages.cupy: 8.6.0 -> 9.4.0 2021-09-05 14:58:58 +02:00
Martin Weinelt
c3a11079b8
python3Packages.cupy: 8.5.0 -> 8.6.0 2021-06-21 17:00:03 -07:00
John Ericson
f67ff2c2ff python3Packages.cupy: 8.40 -> 8.5.0
While we are at it, also switch to using CUDA 11, and properly use the
cuda toolkit stubs instead of improperly linking a specific version of
the Nvidia drivers.
2021-03-23 16:54:24 +00:00
John Ericson
13b5995f06 python37Packages.cupy: Add cutensor optional dep 2021-03-17 20:15:51 +00:00
R. RyanTM
d0d4a36c17 python37Packages.cupy: 8.3.0 -> 8.4.0 2021-01-28 19:20:40 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
R. RyanTM
314992641f python37Packages.cupy: 8.2.0 -> 8.3.0 2020-12-27 01:09:21 +00:00
R. RyanTM
b8d28c8238 python37Packages.cupy: 8.1.0 -> 8.2.0 2020-12-03 09:11:47 +00:00
Jonathan Ringer
e06a9d63bc python2Packages.cupy: disable for python2 2020-11-04 23:20:32 -08:00
R. RyanTM
005f545f46 python37Packages.cupy: 7.7.0 -> 8.1.0 2020-11-04 23:20:32 -08:00
zowoq
0cff30bb44 python: editorconfig fixes 2020-08-27 12:51:02 -07:00
Frederik Rietdijk
16c9040bd4 python: cupy: 7.5.0 -> 7.7.0 2020-08-16 19:30:56 +02:00
Frederik Rietdijk
9b71a0ab9f python: cupy: 7.0.0 -> 7.5.0 2020-06-11 09:59:55 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Christoph Stich
eaeb87add1 This allows cupy to find the thrust library which is needed among other things for cupy.argsort
Removed unnecessary dependencies

Remove extra whitespace
2020-02-10 18:22:32 +01:00
Frederik Rietdijk
49431a3032 python: cupy: 6.4.0 -> 7.0.0 2019-12-30 16:46:41 +01:00
R. RyanTM
4a2424dada python37Packages.cupy: 6.3.0 -> 6.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cupy/versions
2019-10-23 08:53:27 -07:00
R. RyanTM
0feb3d4ee7 python37Packages.cupy: 6.2.0 -> 6.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cupy/versions
2019-09-28 00:14:48 -07:00
R. RyanTM
19d26db6c1 python37Packages.cupy: 6.0.0 -> 6.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cupy/versions
2019-08-20 01:01:17 -07:00
R. RyanTM
3ddc3e4217 python37Packages.cupy: 5.4.0 -> 6.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cupy/versions
2019-07-20 13:23:44 +02:00
R. RyanTM
131b8b9b8b python37Packages.cupy: 5.2.0 -> 5.4.0 (#59651)
* python37Packages.cupy: 5.2.0 -> 5.3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cupy/versions

* pythonPackages.cupy: use default gcc instead of gcc5

* pythonPackages.cupy: build with CUDA10.0

* pythonPackages.cupy: 5.3.0 -> 5.4.0
2019-05-27 15:20:34 +02:00
Frederik Rietdijk
b3e2dd1d14 python: cupy: 5.0.0 -> 5.2.0 2019-02-17 14:40:18 +01:00
Frederik Rietdijk
3c0306e793 python: cupy: 4.4.1 -> 5.0.0 2018-12-03 16:50:29 +01:00
Frederik Rietdijk
ed721f8edb python: cupy: 4.4.0 -> 4.4.1 2018-10-13 09:50:15 +02:00
Frederik Rietdijk
f086479e5f python: cupy: 4.3.0 -> 4.4.0 2018-08-25 18:02:27 +02:00
Frederik Rietdijk
f3a1a1b8a8 python: cupy: 4.1.0 -> 4.3.0 2018-07-22 16:52:37 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk
2e94576854 python: cupy: 2.5.0 -> 4.1.0 2018-06-21 07:49:06 +02:00
Frederik Rietdijk
6b9f16cb05 python: cupy: 2.4.0 -> 2.5.0 2018-04-08 11:34:53 +02:00
Frederik Rietdijk
d7508d4a22 python: cupy: 2.3.0 -> 2.4.0 2018-02-26 18:44:57 +01:00