From ac226d7ddf6ccfde2d5db3dc4807456ab3d46521 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 11 Jan 2020 00:16:21 +0100 Subject: Add C++ compiler to CUDA shell expression I am not entirely sure why this was not required previously. --- lid_driven_cavity/cuda/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lid_driven_cavity/cuda/shell.nix b/lid_driven_cavity/cuda/shell.nix index 77d7bdf..c205d68 100644 --- a/lid_driven_cavity/cuda/shell.nix +++ b/lid_driven_cavity/cuda/shell.nix @@ -14,6 +14,7 @@ pkgs.stdenvNoCC.mkDerivation rec { in with pkgs; [ local-python cmake + gcc cudatoolkit linuxPackages.nvidia_x11 ]; -- cgit v1.2.3