arrayfire: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 10:24:48 +01:00
parent c657b02df2
commit afd5d23779

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, fetchFromGitHub, cmake, pkg-config
, opencl-clhpp, ocl-icd, fftw, fftwFloat
, blas, lapack, boost, mesa, libGLU, libGL
, freeimage, python, clfft, clblas
, freeimage, python3, clfft, clblas
, doxygen, buildDocs ? false
, cudaSupport ? false, cudatoolkit
}:
@ -39,9 +39,11 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
python
python3
];
strictDeps = true;
buildInputs = [
opencl-clhpp fftw fftwFloat
blas lapack