arrayfire: try compiling with 64-bit openblas

This commit is contained in:
Tom Westerhout 2023-09-20 14:04:24 +02:00
parent 8fc2536265
commit f32e19928e

View file

@ -16,6 +16,7 @@
, lib
, libGL
, mesa
, openblas
, ocl-icd
, opencl-clhpp
, pkg-config
@ -36,7 +37,7 @@
, nvidiaComputeDrivers ? null
}:
assert blas.isILP64 == false;
# assert blas.isILP64 == false;
stdenv.mkDerivation rec {
pname = "arrayfire";
@ -163,7 +164,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [
blas
# blas
boost.dev
boost.out
clblast
@ -174,10 +175,11 @@ stdenv.mkDerivation rec {
forge
freeimage
gtest
lapack
# lapack
libGL
ocl-icd
opencl-clhpp
openblas
span-lite
]
++ lib.optionals cudaSupport [