about summary refs log tree commit diff
path: root/pkgs/development/libraries/ucx
AgeCommit message (Collapse)AuthorFilesLines
2023-12-04ucx: fix the cudaPackages_12 variant; drop the cudatoolkit runfile dependencySomeone Serge1-11/+21
2023-11-14ucx: use 'config.rocmSupport'Madoura1-1/+1
2023-10-12Merge pull request #259736 from markuskowa/split-mpimarkuskowa1-0/+10
MPI related packages: use multiple outputs
2023-10-09rocm-related: move all relevant ROCm derivations to rocmPackagesMadoura1-3/+6
clr: init at 5.7.0 (hipamd, opencl, rocclr merged)
2023-10-08ucx: split outputs -> out, doc, devMarkus Kowalewski1-0/+10
2023-10-02Merge pull request #258214 from markuskowa/split-rdma-coremarkuskowa1-2/+2
rdma-core: split outputs -> out, man, dev
2023-09-30ucx: use getDev to pickup rdam-core includesMarkus Kowalewski1-2/+2
2023-09-30ucx: 1.14.1 -> 1.15.0Markus Kowalewski1-2/+2
2023-07-20treewide: consume config.cudaSupport as requiredSomeone Serge1-1/+1
Eliminate uses of `config.cudaSupport or false` and alike, since the option is now declared in config.nix with a default value fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20tree-wide: incorporate common out-of-tree cudaSupport overlaysSomeone Serge1-1/+2
2023-05-23ucx: 1.14.0 -> 1.14.1R. Ryantm1-2/+2
2023-04-18treewide: fix lintsArtturin1-1/+1
Arg to lib.optional is a list build time tool in buildInputs *Flags not a list https://github.com/nix-community/nixpkgs-lint
2023-03-22ucx: 1.13.1 -> 1.14.0 and optional ROCm supportBruno Bzeznik1-18/+17
2023-02-19treewide:replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-10-03ucx: 1.13.0 -> 1.13.1Markus Kowalewski1-2/+2
2022-08-25ucx: pull upstream fix for binutils-2.39Sergei Trofimovich1-1/+11
`binutils-2.39` dropped `#define PTR void*` compaibility macro. Without this change build fails as: debug/debug.c: In function 'load_file': debug/debug.c:275:53: error: 'PTR' undeclared (first use in this function) 275 | symcount = bfd_read_minisymbols(file->abfd, 0, (PTR)&file->syms, &size); | ^~~
2022-07-31ucx: 1.12.1 -> 1.13.0R. Ryantm1-2/+2
2022-03-22ucx: 1.12.0 -> 1.12.1Markus Kowalewski1-2/+2
2022-01-19ucx: 1.11.2 -> 1.12.0Markus Kowalewski1-2/+2
2021-11-29ucx: add optional Cuda supportMarkus Kowalewski1-4/+20
2021-10-04ucx: 1.11.1 -> 1.11.2Markus Kowalewski1-2/+2
2021-09-14ucx: 1.11.0 -> 1.11.1Markus Kowalewski1-2/+2
2021-08-22ucx: 1.10.1 -> 1.11.0Markus Kowalewski1-2/+2
2021-05-19ucx: 1.10.0 -> 1.10.1Markus Kowalewski1-2/+2
2021-05-05ucx: 1.9.0 -> 1.10.0Markus Kowalewski1-6/+4
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-11-29ucx: 1.8.1 -> 1.9.0Markus Kowalewski1-2/+2
2020-07-16ucx: 1.7.0 -> 1.8.1Markus Kowalewski1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-20ucx: init at 1.7.0Lengyel Balazs1-0/+39