arrayfire: remove mkl

This is unfree.
This commit is contained in:
Matthew Bauer 2020-04-16 18:06:49 -05:00
parent d83e9c9573
commit 98fb0ede70

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchFromGitHub, cmake, pkgconfig
, opencl-clhpp, ocl-icd, fftw, fftwFloat, mkl
, opencl-clhpp, ocl-icd, fftw, fftwFloat
, blas, lapack, boost, mesa, libGLU, libGL
, freeimage, python, clfft, clblas
, doxygen, buildDocs ? false
@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
buildInputs = [
opencl-clhpp fftw fftwFloat
mkl
blas lapack
libGLU libGL
mesa freeimage