This commit is contained in:
Adam J. Stewart 2016-05-17 13:22:00 -05:00
parent 7b9b18f03c
commit 631cbdbda8

View file

@ -81,7 +81,7 @@ def configure(self, spec, arch):
'F2CDEFS = -DAdd_ -DF77_INTEGER=int -DStringSunStyle', 'F2CDEFS = -DAdd_ -DF77_INTEGER=int -DStringSunStyle',
# HPL includes / libraries / specifics # HPL includes / libraries / specifics
'HPL_INCLUDES = -I$(INCdir) -I$(INCdir)/$(ARCH) ' + 'HPL_INCLUDES = -I$(INCdir) -I$(INCdir)/$(ARCH) ' +
'-I$(LAinc) -I$(MPinc)', '-I$(LAinc) -I$(MPinc)',
'HPL_LIBS = $(HPLlib) $(LAlib) $(MPlib)', 'HPL_LIBS = $(HPLlib) $(LAlib) $(MPlib)',
'HPL_OPTS = -DHPL_DETAILED_TIMING -DHPL_PROGRESS_REPORT', 'HPL_OPTS = -DHPL_DETAILED_TIMING -DHPL_PROGRESS_REPORT',
'HPL_DEFS = $(F2CDEFS) $(HPL_OPTS) $(HPL_INCLUDES)', 'HPL_DEFS = $(F2CDEFS) $(HPL_OPTS) $(HPL_INCLUDES)',
@ -101,7 +101,6 @@ def configure(self, spec, arch):
for var in config: for var in config:
makefile.write('{0}\n'.format(var)) makefile.write('{0}\n'.format(var))
def install(self, spec, prefix): def install(self, spec, prefix):
arch = '{0}-{1}'.format(platform.system(), platform.processor()) arch = '{0}-{1}'.format(platform.system(), platform.processor())