mumps: sort inputs order

This commit is contained in:
qbisi
2025-06-06 03:33:02 +08:00
parent 835481c663
commit e1618e63d9
+9 -9
View File
@@ -1,19 +1,19 @@
{
blas,
lib,
stdenv,
fetchzip,
gfortran,
fixDarwinDylibNames,
blas,
lapack,
lib,
scalapack,
scotch,
metis,
parmetis,
withParmetis ? false, # default to false due to unfree license
scotch,
withPtScotch ? mpiSupport,
stdenv,
fixDarwinDylibNames,
mpiSupport ? false,
mpiCheckPhaseHook,
scalapack,
mpiSupport ? false,
withParmetis ? false, # default to false due to unfree license
withPtScotch ? mpiSupport,
}:
assert withParmetis -> mpiSupport;
assert withPtScotch -> mpiSupport;