mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 13:53:05 +00:00
arpack: propagate isILP64 flag from BLAS
This commit is contained in:
parent
2396201a35
commit
df19353be3
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user