From f6b7135996870a36bac4a11c413e77b968649969 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 24 Sep 2017 20:41:21 +0900 Subject: [PATCH] debian-bootstrap.sh: nvidia-cuda-dev for accelerate-llvm-ptx (#2880) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index b9a6feaa..e1ecdf13 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -126,6 +126,7 @@ apt-get install -y \ nettle-dev \ nodejs \ npm \ + nvidia-cuda-dev \ openjdk-8-jdk \ python-mpltoolkits.basemap \ python3-matplotlib \