Skip to content
Snippets Groups Projects
Unverified Commit e38f39e4 authored by Satish Balay's avatar Satish Balay Committed by GitHub
Browse files

superlu-dist: fix v5.3.0 buid - its attempting to build internal blas (#9517)

parent 6db1472c
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ def cmake_args(self):
'-DCMAKE_CXX_COMPILER=%s' % spec['mpi'].mpicxx,
'-DCMAKE_INSTALL_LIBDIR:STRING=%s' % self.prefix.lib,
'-DTPL_BLAS_LIBRARIES=%s' % lapack_blas.ld_flags,
'-DUSE_XSDK_DEFAULTS=YES',
'-DTPL_PARMETIS_LIBRARIES=%s' % spec['parmetis'].libs.ld_flags +
';' + spec['metis'].libs.ld_flags,
'-DTPL_PARMETIS_INCLUDE_DIRS=%s' % spec['parmetis'].prefix.include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment