1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +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
, boost
, python
, ocl-icd
, cudatoolkit
, nvidia_x11
, gtest
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
gfortran
blas
python
ocl-icd
cudatoolkit
nvidia_x11
gtest