octopus: add arpack ILP64 check

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

View File

@ -8,6 +8,7 @@
}:
assert (!blas.isILP64) && (!lapack.isILP64);
assert (blas.isILP64 == arpack.isILP64);
stdenv.mkDerivation rec {
pname = "octopus";