superlu_dist: fix 'spack install superlu-dist@develop' (#8442)
Latest superlu_dist sources now use INCLUDEDIR. This change should not affect older superlu_dist version builds
This commit is contained in:
parent
004e9b8948
commit
8e7d98c5fa
@ -86,6 +86,7 @@ def install(self, spec, prefix):
|
|||||||
'FORTRAN = {0}'.format(self.spec['mpi'].mpif77),
|
'FORTRAN = {0}'.format(self.spec['mpi'].mpif77),
|
||||||
'F90FLAGS = -O2',
|
'F90FLAGS = -O2',
|
||||||
'LOADER = {0}'.format(self.spec['mpi'].mpif77),
|
'LOADER = {0}'.format(self.spec['mpi'].mpif77),
|
||||||
|
'INCLUDEDIR = $(SuperLUroot)/include',
|
||||||
'LOADOPTS =',
|
'LOADOPTS =',
|
||||||
'CDEFS = %s' % ("-DNoChange"
|
'CDEFS = %s' % ("-DNoChange"
|
||||||
if '%xl' in spec or '%xl_r' in spec
|
if '%xl' in spec or '%xl_r' in spec
|
||||||
|
Loading…
Reference in New Issue
Block a user