File tree Expand file tree Collapse file tree 2 files changed +113
-278
lines changed Expand file tree Collapse file tree 2 files changed +113
-278
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ pkgs.mkShell {
2121 gdb
2222 cmake
2323 ninja
24- cudaPackages . cuda_cudart
25- cudaPackages . cuda_nvcc
26- cudaPackages . cuda_cccl
24+ # cudaPackages.cuda_cudart
25+ # cudaPackages.cuda_nvcc
26+ # cudaPackages.cuda_cccl
2727
2828 # rayx-core dependencies
2929 hdf5
@@ -56,9 +56,7 @@ pkgs.mkShell {
5656 ] ;
5757
5858 shellHook = ''
59- export CMAKE_PREFIX_PATH=${ pkgs . hdf5 } :${ pkgs . cmake } :${ pkgs . pkg-config } :${ pkgs . cudaPackages . cuda_cudart } : ${ pkgs . vulkan-headers } :${ pkgs . vulkan-loader } :${ pkgs . vulkan-validation-layers } :${ pkgs . vulkan-extension-layer } :${ pkgs . vulkan-tools } :${ pkgs . vulkan-tools-lunarg } :${ pkgs . vulkan-utility-libraries } : ${ pkgs . cudaPackages . cuda_cccl } ;
59+ export CMAKE_PREFIX_PATH=${ pkgs . hdf5 } :${ pkgs . cmake } :${ pkgs . pkg-config } :${ pkgs . vulkan-headers } :${ pkgs . vulkan-loader } :${ pkgs . vulkan-validation-layers } :${ pkgs . vulkan-extension-layer } :${ pkgs . vulkan-tools } :${ pkgs . vulkan-tools-lunarg } :${ pkgs . vulkan-utility-libraries } ;
6060 export VK_LAYER_PATH="${ pkgs . vulkan-validation-layers } /share/vulkan/explicit_layer.d";
61- echo ${ pkgs . cudaPackages . cuda_cudart }
62- echo ${ pkgs . cudaPackages . cuda_nvcc }
6361 '' ;
6462}
You can’t perform that action at this time.
0 commit comments