1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-12 08:01:50 +00:00

clblas-cuda: requires ocl-icd now for libOpenCL.so.1 #25902

This commit is contained in:
Tyson Whitehead 2017-05-18 18:32:09 -04:00
parent d7e9248deb
commit 8fdbc828b9
No known key found for this signature in database
GPG key ID: B22199763A27997B

View file

@ -5,6 +5,7 @@
, blas , blas
, boost , boost
, python , python
, ocl-icd
, cudatoolkit , cudatoolkit
, nvidia_x11 , nvidia_x11
, gtest , gtest
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
gfortran gfortran
blas blas
python python
ocl-icd
cudatoolkit cudatoolkit
nvidia_x11 nvidia_x11
gtest gtest