arpack: propagate isILP64 flag from BLAS

This commit is contained in:
Markus Kowalewski 2022-11-03 12:29:50 +01:00
parent 2396201a35
commit df19353be3
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
install_name_tool -change libblas.dylib ${blas}/lib/libblas.dylib $out/lib/libarpack.dylib
'';
passthru = { inherit (blas) isILP64; };
meta = {
homepage = "https://github.com/opencollab/arpack-ng";
description = ''