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 |
|
Frederik Rietdijk
|
0ed4180d75
|
python: cupy: 2.2.0 -> 2.3.0
|
2018-02-03 17:43:29 +01:00 |
|
hyphon81
|
0184f60c1c
|
pythonPackages.cupy: init at 2.2.0
|
2017-12-28 17:47:08 +01:00 |
|