| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -14/+15 |
| * | python3Packages.cupy: 12.3.0 -> 13.0.0•••https://github.com/cupy/cupy/releases/tag/v13.0.0
| Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| * | python310Packages.cupy: 12.2.0 -> 12.3.0 | R. Ryantm | 2023-12-18 | 1 | -2/+2 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in
the mean time we can work towards deprecating the implicit `format` paremeter.
cc https://github.com/NixOS/nixpkgs/issues/253154
cc @mweinelt @figsoda
| adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python3Packages.cupy: fix (use older cutensor) | Someone Serge | 2023-12-04 | 1 | -9/+37 |
| * | python310Packages.cupy: 12.1.0 -> 12.2.0 | R. Ryantm | 2023-08-09 | 1 | -2/+2 |
| * | python310Packages.cupy: 12.0.0 -> 12.1.0 | R. Ryantm | 2023-06-17 | 1 | -2/+2 |
| * | python310Packages.cupy: 11.5.0 -> 12.0.0 | R. Ryantm | 2023-05-21 | 1 | -2/+2 |
| * | Merge pull request #211870 from r-ryantm/auto-update/python310Packages.cupy•••python310Packages.cupy: 11.4.0 -> 11.5.0 | Fabian Affolter | 2023-01-22 | 1 | -7/+16 |
| |\ |
|
| | * | python310Packages.cupy: fix lint issue | Fabian Affolter | 2023-01-22 | 1 | -1/+1 |
| | * | python310Packages.cupy: disable on unsupported Python releases | Fabian Affolter | 2023-01-21 | 1 | -4/+3 |
| | * | python310Packages.cupy: add changelog to meta | Fabian Affolter | 2023-01-21 | 1 | -4/+14 |
| | * | python310Packages.cupy: 11.4.0 -> 11.5.0 | R. Ryantm | 2023-01-21 | 1 | -2/+2 |
| * | | 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.
| Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| |/ |
|
| * | python3Packages.cupy: 11.2.0 -> 11.4.0 | Martin Weinelt | 2023-01-05 | 1 | -2/+2 |
| * | 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
| Thomas Watson | 2022-10-21 | 1 | -5/+2 |
| * | python3Packages.cupy: 10.6.0 -> 11.1.0 | Martin Weinelt | 2022-09-18 | 1 | -2/+2 |
| * | python3Packages.cupy: mark as broken | Samuel Ainsworth | 2022-08-05 | 1 | -0/+3 |
| * | python3Packages.cupy: 10.3.1 -> 10.6.0 | Martin Weinelt | 2022-07-21 | 1 | -2/+2 |
| * | python310Packages.cupy: 10.2.0 -> 10.3.1 | R. Ryantm | 2022-04-10 | 1 | -2/+2 |
| * | 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.
| Frederik Rietdijk | 2022-04-09 | 1 | -6/+4 |
| * | python3Packages.cupy: parallel build | Samuel Ainsworth | 2022-04-01 | 1 | -0/+7 |
| * | python3Packages.cupy: cudatoolkit consistency | Samuel Ainsworth | 2022-04-01 | 1 | -0/+4 |
| * | python310Packages.cupy: 10.1.0 -> 10.2.0 | R. Ryantm | 2022-02-26 | 1 | -2/+2 |
| * | python39Packages.cupy: 9.6.0 -> 10.1.0 | R. Ryantm | 2022-01-21 | 1 | -2/+2 |
| * | python38Packages.cupy: 9.5.0 -> 9.6.0 | R. Ryantm | 2021-11-14 | 1 | -2/+2 |
| * | python38Packages.cupy: 9.4.0 -> 9.5.0 | R. RyanTM | 2021-09-30 | 1 | -2/+2 |
| * | python3Packages.cupy: 8.6.0 -> 9.4.0 | Martin Weinelt | 2021-09-05 | 1 | -2/+2 |
| * | python3Packages.cupy: 8.5.0 -> 8.6.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | 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.
| John Ericson | 2021-03-23 | 1 | -13/+27 |
| * | python37Packages.cupy: Add cutensor optional dep | John Ericson | 2021-03-17 | 1 | -1/+2 |
| * | python37Packages.cupy: 8.3.0 -> 8.4.0 | R. RyanTM | 2021-01-28 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | 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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python37Packages.cupy: 8.2.0 -> 8.3.0 | R. RyanTM | 2020-12-27 | 1 | -2/+2 |
| * | python37Packages.cupy: 8.1.0 -> 8.2.0 | R. RyanTM | 2020-12-03 | 1 | -2/+2 |
| * | python2Packages.cupy: disable for python2 | Jonathan Ringer | 2020-11-04 | 1 | -0/+1 |
| * | python37Packages.cupy: 7.7.0 -> 8.1.0 | R. RyanTM | 2020-11-04 | 1 | -2/+2 |
| * | python: editorconfig fixes | zowoq | 2020-08-27 | 1 | -1/+1 |
| * | python: cupy: 7.5.0 -> 7.7.0 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | python: cupy: 7.0.0 -> 7.5.0 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | This allows cupy to find the thrust library which is needed among other thing...•••Removed unnecessary dependencies
Remove extra whitespace
| Christoph Stich | 2020-02-10 | 1 | -1/+8 |
| * | python: cupy: 6.4.0 -> 7.0.0 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | 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
| R. RyanTM | 2019-10-23 | 1 | -2/+2 |
| * | 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
| R. RyanTM | 2019-09-28 | 1 | -2/+2 |
| * | 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
| R. RyanTM | 2019-08-20 | 1 | -2/+2 |
| * | 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
| R. RyanTM | 2019-07-20 | 1 | -2/+2 |
| * | 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
| R. RyanTM | 2019-05-27 | 1 | -7/+3 |
| * | python: cupy: 5.0.0 -> 5.2.0 | Frederik Rietdijk | 2019-02-17 | 1 | -2/+2 |