arpack: add ISO C binding and top arpack-mpi attribute (#357259)

This commit is contained in:
Sandro
2024-12-22 22:16:15 +01:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
"-DBUILD_SHARED_LIBS=ON"
"-DINTERFACE64=${if blas.isILP64 then "1" else "0"}"
"-DMPI=${if useMpi then "ON" else "OFF"}"
"-DICB=ON"
];
preCheck = ''
+2
View File
@@ -1660,6 +1660,8 @@ with pkgs;
stdenv = gccStdenv;
};
arpack-mpi = arpack.override { useMpi = true; };
inherit (callPackages ../data/fonts/arphic {})
arphic-ukai arphic-uming;