cudaPackages: fix redistName for NVPL packages

Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
Connor Baker
2026-01-29 17:50:25 -08:00
parent 65c105d435
commit 64e602559a
8 changed files with 8 additions and 8 deletions
@@ -1,6 +1,6 @@
{ buildRedist }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_blas";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_common";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_fft";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist, nvpl_blas }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_lapack";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_rand";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_scalapack";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_sparse";
outputs = [
@@ -1,6 +1,6 @@
{ buildRedist, nvpl_blas }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_tensor";
outputs = [