about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSomeone Serge <sergei.kozlukov@aalto.fi>2024-01-12 00:16:50 +0000
committerSomeone Serge <sergei.kozlukov@aalto.fi>2024-01-12 20:24:50 +0000
commit875e43dfd70a3e58573d94d44e4c931d464ae76a (patch)
tree1122f80cc41b0876ceca52d72554c7d5f84ade14
parent27b277b63c2c8ab5a0e40e88216f1061a80183d0 (diff)
downloadnixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.tar
nixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.tar.gz
nixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.tar.bz2
nixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.tar.lz
nixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.tar.xz
nixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.tar.zst
nixlib-875e43dfd70a3e58573d94d44e4c931d464ae76a.zip
cudaPackages.cuda{,-library}-samples: move to cuda-modules/
cudaPackages are part of the package set and should not depend on pkgs/test
-rw-r--r--pkgs/development/cuda-modules/cuda-library-samples/extension.nix (renamed from pkgs/test/cuda/cuda-library-samples/extension.nix)0
-rw-r--r--pkgs/development/cuda-modules/cuda-library-samples/generic.nix (renamed from pkgs/test/cuda/cuda-library-samples/generic.nix)0
-rw-r--r--pkgs/development/cuda-modules/cuda-samples/extension.nix (renamed from pkgs/test/cuda/cuda-samples/extension.nix)0
-rw-r--r--pkgs/development/cuda-modules/cuda-samples/generic.nix (renamed from pkgs/test/cuda/cuda-samples/generic.nix)0
-rw-r--r--pkgs/top-level/cuda-packages.nix4
5 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/test/cuda/cuda-library-samples/extension.nix b/pkgs/development/cuda-modules/cuda-library-samples/extension.nix
index 4cb34af73209..4cb34af73209 100644
--- a/pkgs/test/cuda/cuda-library-samples/extension.nix
+++ b/pkgs/development/cuda-modules/cuda-library-samples/extension.nix
diff --git a/pkgs/test/cuda/cuda-library-samples/generic.nix b/pkgs/development/cuda-modules/cuda-library-samples/generic.nix
index d4182536654e..d4182536654e 100644
--- a/pkgs/test/cuda/cuda-library-samples/generic.nix
+++ b/pkgs/development/cuda-modules/cuda-library-samples/generic.nix
diff --git a/pkgs/test/cuda/cuda-samples/extension.nix b/pkgs/development/cuda-modules/cuda-samples/extension.nix
index d41da90cd5d0..d41da90cd5d0 100644
--- a/pkgs/test/cuda/cuda-samples/extension.nix
+++ b/pkgs/development/cuda-modules/cuda-samples/extension.nix
diff --git a/pkgs/test/cuda/cuda-samples/generic.nix b/pkgs/development/cuda-modules/cuda-samples/generic.nix
index fb3d7cc99da9..fb3d7cc99da9 100644
--- a/pkgs/test/cuda/cuda-samples/generic.nix
+++ b/pkgs/development/cuda-modules/cuda-samples/generic.nix
diff --git a/pkgs/top-level/cuda-packages.nix b/pkgs/top-level/cuda-packages.nix
index f20a36152203..4b8ad4646485 100644
--- a/pkgs/top-level/cuda-packages.nix
+++ b/pkgs/top-level/cuda-packages.nix
@@ -106,8 +106,8 @@ let
       shimsFn = ../development/cuda-modules/tensorrt/shims.nix;
       fixupFn = ../development/cuda-modules/tensorrt/fixup.nix;
     })
-    (callPackage ../test/cuda/cuda-samples/extension.nix {inherit cudaVersion;})
-    (callPackage ../test/cuda/cuda-library-samples/extension.nix {})
+    (callPackage ../development/cuda-modules/cuda-samples/extension.nix {inherit cudaVersion;})
+    (callPackage ../development/cuda-modules/cuda-library-samples/extension.nix {})
   ];
 
   cudaPackages = customisation.makeScope newScope (