arpack: add ISO C bindings

This commit is contained in:
Federico Beffa
2024-11-19 13:53:23 +01:00
parent 4d9d042055
commit 07cdea2ae5
+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 = ''