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 7f52c68 commit 6dce387
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 @@ -78,7 +78,7 @@ def configure_options(self, builder):
f.write("FL = " + builder.env["FC"] + "\n")
f.write("AR = ar vr \n")
f.write("RANLIB = ranlib \n")
f.write("LAPACK = " + builder.env["LAPACK_LIBRARIES"] + "\n")
f.write("LAPACK = " + builder.env["LAPACK_LIBRARIES"].replace(":"," ") + "\n")
f.write(
"SCALAP = -L"
+ builder.env["SCALAPACK_DIR"]
Expand Down

0 comments on commit 6dce387

Please sign in to comment.