cudaPackages: fix redistName for NVPL packages (#485211)

This commit is contained in:
Gaétan Lepage
2026-01-30 13:54:49 +00:00
committed by GitHub
8 changed files with 8 additions and 9 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 = [
@@ -8,7 +8,6 @@ buildRedist {
"dev"
"include"
"lib"
"static"
];
meta = {
@@ -1,6 +1,6 @@
{ buildRedist, nvpl_blas }:
buildRedist {
redistName = "cuda";
redistName = "nvpl";
pname = "nvpl_tensor";
outputs = [