Unverified Commit e64e0da3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

cudaPackages: fix redistName for NVPL packages (#485211)

parents 67c8eef3 b04ad574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ buildRedist }:
buildRedist {
  redistName = "cuda";
  redistName = "nvpl";
  pname = "nvpl_blas";

  outputs = [
+1 −1
Original line number Diff line number Diff line
{ buildRedist }:
buildRedist {
  redistName = "cuda";
  redistName = "nvpl";
  pname = "nvpl_common";

  outputs = [
+1 −1
Original line number Diff line number Diff line
{ buildRedist }:
buildRedist {
  redistName = "cuda";
  redistName = "nvpl";
  pname = "nvpl_fft";

  outputs = [
+1 −1
Original line number Diff line number Diff line
{ buildRedist, nvpl_blas }:
buildRedist {
  redistName = "cuda";
  redistName = "nvpl";
  pname = "nvpl_lapack";

  outputs = [
+1 −1
Original line number Diff line number Diff line
{ buildRedist }:
buildRedist {
  redistName = "cuda";
  redistName = "nvpl";
  pname = "nvpl_rand";

  outputs = [
Loading