petsc: fix configureFlags for blaslapack

This commit is contained in:
qbisi
2025-05-01 05:31:02 +08:00
parent 55e8dc37a3
commit cfd75a2e8f
+1 -2
View File
@@ -161,8 +161,7 @@ stdenv.mkDerivation (finalAttrs: {
configureFlags =
[
"--with-blas=1"
"--with-lapack=1"
"--with-blaslapack=1"
"--with-scalar-type=${scalarType}"
"--with-precision=${precision}"
"--with-mpi=${if mpiSupport then "1" else "0"}"