petsc: fix configureFlags for blaslapack
This commit is contained in:
@@ -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"}"
|
||||
|
||||
Reference in New Issue
Block a user