cudaPackages: fix redistName for NVPL packages (#485211)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user