summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cupy/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-14/+15
* python3Packages.cupy: 12.3.0 -> 13.0.0•••https://github.com/cupy/cupy/releases/tag/v13.0.0 Martin Weinelt2024-03-121-2/+2
* python310Packages.cupy: 12.2.0 -> 12.3.0R. Ryantm2023-12-181-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 adisbladis2023-12-071-0/+1
* python3Packages.cupy: fix (use older cutensor)Someone Serge2023-12-041-9/+37
* python310Packages.cupy: 12.1.0 -> 12.2.0R. Ryantm2023-08-091-2/+2
* python310Packages.cupy: 12.0.0 -> 12.1.0R. Ryantm2023-06-171-2/+2
* python310Packages.cupy: 11.5.0 -> 12.0.0R. Ryantm2023-05-211-2/+2
* Merge pull request #211870 from r-ryantm/auto-update/python310Packages.cupy•••python310Packages.cupy: 11.4.0 -> 11.5.0Fabian Affolter2023-01-221-7/+16
|\
| * python310Packages.cupy: fix lint issueFabian Affolter2023-01-221-1/+1
| * python310Packages.cupy: disable on unsupported Python releasesFabian Affolter2023-01-211-4/+3
| * python310Packages.cupy: add changelog to metaFabian Affolter2023-01-211-4/+14
| * python310Packages.cupy: 11.4.0 -> 11.5.0R. Ryantm2023-01-211-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 Girol2023-01-211-1/+1
|/
* python3Packages.cupy: 11.2.0 -> 11.4.0Martin Weinelt2023-01-051-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 Watson2022-10-211-5/+2
* python3Packages.cupy: 10.6.0 -> 11.1.0Martin Weinelt2022-09-181-2/+2
* python3Packages.cupy: mark as brokenSamuel Ainsworth2022-08-051-0/+3
* python3Packages.cupy: 10.3.1 -> 10.6.0Martin Weinelt2022-07-211-2/+2
* python310Packages.cupy: 10.2.0 -> 10.3.1R. Ryantm2022-04-101-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 Rietdijk2022-04-091-6/+4
* python3Packages.cupy: parallel buildSamuel Ainsworth2022-04-011-0/+7
* python3Packages.cupy: cudatoolkit consistencySamuel Ainsworth2022-04-011-0/+4
* python310Packages.cupy: 10.1.0 -> 10.2.0R. Ryantm2022-02-261-2/+2
* python39Packages.cupy: 9.6.0 -> 10.1.0R. Ryantm2022-01-211-2/+2
* python38Packages.cupy: 9.5.0 -> 9.6.0R. Ryantm2021-11-141-2/+2
* python38Packages.cupy: 9.4.0 -> 9.5.0R. RyanTM2021-09-301-2/+2
* python3Packages.cupy: 8.6.0 -> 9.4.0Martin Weinelt2021-09-051-2/+2
* python3Packages.cupy: 8.5.0 -> 8.6.0Martin Weinelt2021-06-211-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 Ericson2021-03-231-13/+27
* python37Packages.cupy: Add cutensor optional depJohn Ericson2021-03-171-1/+2
* python37Packages.cupy: 8.3.0 -> 8.4.0R. RyanTM2021-01-281-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-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 Profpatsch2021-01-111-2/+2
* python37Packages.cupy: 8.2.0 -> 8.3.0R. RyanTM2020-12-271-2/+2
* python37Packages.cupy: 8.1.0 -> 8.2.0R. RyanTM2020-12-031-2/+2
* python2Packages.cupy: disable for python2Jonathan Ringer2020-11-041-0/+1
* python37Packages.cupy: 7.7.0 -> 8.1.0R. RyanTM2020-11-041-2/+2
* python: editorconfig fixeszowoq2020-08-271-1/+1
* python: cupy: 7.5.0 -> 7.7.0Frederik Rietdijk2020-08-161-2/+2
* python: cupy: 7.0.0 -> 7.5.0Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* This allows cupy to find the thrust library which is needed among other thing...•••Removed unnecessary dependencies Remove extra whitespace Christoph Stich2020-02-101-1/+8
* python: cupy: 6.4.0 -> 7.0.0Frederik Rietdijk2019-12-301-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. RyanTM2019-10-231-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. RyanTM2019-09-281-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. RyanTM2019-08-201-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. RyanTM2019-07-201-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. RyanTM2019-05-271-7/+3
* python: cupy: 5.0.0 -> 5.2.0Frederik Rietdijk2019-02-171-2/+2