mumps: Fix compile commands. (#13497)
This commit is contained in:
parent
7af668f452
commit
ad6908e35d
@ -177,9 +177,9 @@ def write_makefile_inc(self):
|
||||
"MUMPS_TYPE = par"])
|
||||
else:
|
||||
makefile_conf.extend(
|
||||
["CC = cc",
|
||||
"FC = fc",
|
||||
"FL = fc",
|
||||
["CC = {0}".format(spack_cc),
|
||||
"FC = {0}".format(spack_fc),
|
||||
"FL = {0}".format(spack_fc),
|
||||
"MUMPS_TYPE = seq"])
|
||||
|
||||
# TODO: change the value to the correct one according to the
|
||||
|
Loading…
Reference in New Issue
Block a user