mumps: fix compilation with MKL (#2936)
This commit is contained in:
parent
6158115ca8
commit
aa7c5d1115
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def write_makefile_inc(self):
|
|||
|
||||
lapack_blas = (self.spec['lapack'].lapack_libs +
|
||||
self.spec['blas'].blas_libs)
|
||||
makefile_conf = ["LIBBLAS = %s" % lapack_blas.joined()]
|
||||
makefile_conf = ["LIBBLAS = %s" % lapack_blas.ld_flags]
|
||||
|
||||
orderings = ['-Dpord']
|
||||
|
||||
|
|
Loading…
Reference in a new issue