superlu_dist: (master) has cxx11 sources - so update make.inc to list cxx11 compilers (#9316)
This commit is contained in:
parent
43b0948457
commit
6b1b84267d
@ -77,6 +77,11 @@ def install(self, spec, prefix):
|
||||
'ARCH = ar',
|
||||
'ARCHFLAGS = cr',
|
||||
'RANLIB = true',
|
||||
'CXX = {0}'.format(self.spec['mpi'].mpicxx),
|
||||
'CXXFLAGS = {0} {1} {2}'.format(
|
||||
' '.join(self.spec.compiler_flags['cxxflags']),
|
||||
self.compiler.pic_flag,
|
||||
self.compiler.cxx11_flag),
|
||||
'CC = {0}'.format(self.spec['mpi'].mpicc),
|
||||
'CFLAGS = %s %s -O2 %s %s %s' % (
|
||||
self.compiler.pic_flag,
|
||||
|
Loading…
Reference in New Issue
Block a user