clblas: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 10:27:04 +01:00
parent 5603cabc2f
commit c71c5a3cb0

View File

@ -4,7 +4,7 @@
, gfortran , gfortran
, blas , blas
, boost , boost
, python , python3
, ocl-icd , ocl-icd
, opencl-headers , opencl-headers
, Accelerate, CoreGraphics, CoreVideo, OpenCL , Accelerate, CoreGraphics, CoreVideo, OpenCL
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
gfortran gfortran
blas blas
python python3
boost boost
] ++ lib.optionals (!stdenv.isDarwin) [ ] ++ lib.optionals (!stdenv.isDarwin) [
ocl-icd ocl-icd
@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
OpenCL OpenCL
]; ];
strictDeps = true;
meta = with lib; { meta = with lib; {
homepage = "https://github.com/clMathLibraries/clBLAS"; homepage = "https://github.com/clMathLibraries/clBLAS";
description = "A software library containing BLAS functions written in OpenCL"; description = "A software library containing BLAS functions written in OpenCL";