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
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ def install(self, spec, prefix):
|
|||
'FORTRAN = {0}'.format(self.spec['mpi'].mpif77),
|
||||
'F90FLAGS = -O2',
|
||||
'LOADER = {0}'.format(self.spec['mpi'].mpif77),
|
||||
'INCLUDEDIR = $(SuperLUroot)/include',
|
||||
'LOADOPTS =',
|
||||
'CDEFS = %s' % ("-DNoChange"
|
||||
if '%xl' in spec or '%xl_r' in spec
|
||||
|
|
Loading…
Reference in a new issue