Skip to content

Commit

Permalink
update mumps
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Aug 20, 2024
1 parent 6dce387 commit b7360c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpls/tpl_tools/packages/mumps.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def configure_options(self, builder):
"SCALAP = -L"
+ builder.env["SCALAPACK_DIR"]
+ "/lib -lscalapack "
+ builder.env["LAPACK_LIBRARIES"]
+ builder.env["LAPACK_LIBRARIES"].replace(":", " ")
+ "\n"
)
f.write("BLAS = " + builder.env["BLAS_LIBRARIES"] + "\n")
Expand Down

0 comments on commit b7360c9

Please sign in to comment.